committing uncommitted styling changes from static_src/scss/
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -160,7 +160,7 @@
|
|||||||
background-color: rgba(0, 0, 0, 0.125);
|
background-color: rgba(0, 0, 0, 0.125);
|
||||||
border-radius: 0.75rem;
|
border-radius: 0.75rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0.75rem 0.75rem 0.75rem 2rem;
|
padding: 0.75rem 0.75rem 0.75rem 2.5rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|
||||||
@@ -169,7 +169,7 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 1.5rem;
|
width: 2rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@@ -177,13 +177,18 @@
|
|||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
letter-spacing: 0.2em;
|
letter-spacing: 0.2em;
|
||||||
|
text-transform: uppercase;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-right: 0.2rem;
|
padding-right: 0.2rem;
|
||||||
color: rgba(var(--secUser), 1);
|
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);
|
background-color: rgba(0, 0, 0, 0.125);
|
||||||
box-shadow:
|
box-shadow:
|
||||||
0 0 0.5rem rgba(var(--priUser), 0.5),
|
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;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ body.page-dashboard {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#id_applet_palette {
|
#id_applet_palette {
|
||||||
padding: 0 0 0 1.5rem;
|
padding: 0 0 0 2rem;
|
||||||
|
|
||||||
.palette-scroll {
|
.palette-scroll {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user