💄 ags(style): add styles for slider marks and more improvements
This commit is contained in:
@@ -210,3 +210,19 @@ scrollbar trough {
|
|||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
slider, scale {
|
||||||
|
& marks mark {
|
||||||
|
& indicator {
|
||||||
|
color: colors.$fg-disabled;
|
||||||
|
min-width: 1px;
|
||||||
|
min-height: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
& label {
|
||||||
|
font-size: 11px;
|
||||||
|
font-weight: 400;
|
||||||
|
color: colors.$fg-disabled;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
padding: 10px 9px;
|
padding: 10px 9px;
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
min-width: 350px;
|
min-width: 400px;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
box-shadow: inset 0 0 0 2px colors.$bg-secondary;
|
box-shadow: inset 0 0 0 2px colors.$bg-secondary;
|
||||||
|
|||||||
@@ -1,12 +1,16 @@
|
|||||||
|
@use "./colors";
|
||||||
|
|
||||||
.logout-menu {
|
.logout-menu {
|
||||||
.top {
|
.top {
|
||||||
.time {
|
.time {
|
||||||
font-size: 128px;
|
font-size: 128px;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
|
text-shadow: 1px 1px 2px colors.$bg-translucent;
|
||||||
}
|
}
|
||||||
.date {
|
.date {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
text-shadow: 1px 1px 2px colors.$bg-translucent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.button-row {
|
.button-row {
|
||||||
|
|||||||
+20
-20
@@ -1,26 +1,26 @@
|
|||||||
// SCSS Variables
|
// SCSS Variables
|
||||||
// Generated by 'wal'
|
// Generated by 'wal'
|
||||||
$wallpaper: "/home/joaov/wallpapers/Frieren Night Film.jpeg";
|
$wallpaper: "/home/joaov/wallpapers/Frieren Underwater.jpg";
|
||||||
|
|
||||||
// Special
|
// Special
|
||||||
$background: #16131b;
|
$background: #0a1d30;
|
||||||
$foreground: #c4c4c6;
|
$foreground: #c1c6cb;
|
||||||
$cursor: #c4c4c6;
|
$cursor: #c1c6cb;
|
||||||
|
|
||||||
// Colors
|
// Colors
|
||||||
$color0: #16131b;
|
$color0: #0a1d30;
|
||||||
$color1: #5D6893;
|
$color1: #13A9D8;
|
||||||
$color2: #96768D;
|
$color2: #4EAED3;
|
||||||
$color3: #5E98BA;
|
$color3: #2AC9EB;
|
||||||
$color4: #6E9EC4;
|
$color4: #97A0AB;
|
||||||
$color5: #A3969E;
|
$color5: #D1B8B5;
|
||||||
$color6: #BEB4BA;
|
$color6: #9CB6CD;
|
||||||
$color7: #96909b;
|
$color7: #93989d;
|
||||||
$color8: #655d71;
|
$color8: #606b76;
|
||||||
$color9: #7080c2;
|
$color9: #6eadc0;
|
||||||
$color10: #c87fb3;
|
$color10: #8abacd;
|
||||||
$color11: #85b1cb;
|
$color11: #84bdca;
|
||||||
$color12: #93b5d0;
|
$color12: #9cb2d4;
|
||||||
$color13: #d297ba;
|
$color13: #e3c2bf;
|
||||||
$color14: #dfb4cf;
|
$color14: #afc8dd;
|
||||||
$color15: #c4c4c6;
|
$color15: #c1c6cb;
|
||||||
|
|||||||
Reference in New Issue
Block a user