committing uncommitted styling changes from static_src/scss/
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Disco DeDisco
2026-03-24 00:28:50 -04:00
parent 62f6c27806
commit e59d5fd4c0
2 changed files with 9 additions and 4 deletions

View File

@@ -160,7 +160,7 @@
background-color: rgba(0, 0, 0, 0.125);
border-radius: 0.75rem;
position: relative;
padding: 0.75rem 0.75rem 0.75rem 2rem;
padding: 0.75rem 0.75rem 0.75rem 2.5rem;
overflow: hidden;
min-width: 0;
@@ -169,7 +169,7 @@
top: 0;
bottom: 0;
left: 0;
width: 1.5rem;
width: 2rem;
display: flex;
align-items: center;
justify-content: center;
@@ -177,13 +177,18 @@
transform: rotate(180deg);
font-size: 1rem;
letter-spacing: 0.2em;
text-transform: uppercase;
margin: 0;
padding-right: 0.2rem;
color: rgba(var(--secUser), 1);
text-shadow:
1px 1px 0 rgba(255, 255, 255, 0.06),
-0.06rem -0.06rem 0 rgba(0, 0, 0, 0.25)
;
background-color: rgba(0, 0, 0, 0.125);
box-shadow:
0 0 0.5rem rgba(var(--priUser), 0.5),
0.12rem 0.12rem 0.5rem rgba(0, 0, 0, 0.25),
0.12rem 0.12rem 0.5rem rgba(0, 0, 0, 0.5),
;
white-space: nowrap;
overflow: hidden;