forked from Shinonome/dots-hyprland
stylesheets: use mixins more
This commit is contained in:
@@ -14,15 +14,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-time-clock {
|
.bg-time-clock {
|
||||||
|
@include titlefont;
|
||||||
@include bg-textshadow;
|
@include bg-textshadow;
|
||||||
font-family: 'Gabarito';
|
|
||||||
font-size: 5.795rem;
|
font-size: 5.795rem;
|
||||||
color: $onBackground;
|
color: $onBackground;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-time-date {
|
.bg-time-date {
|
||||||
|
@include titlefont;
|
||||||
@include bg-textshadow;
|
@include bg-textshadow;
|
||||||
font-family: 'Gabarito';
|
|
||||||
font-size: 2.591rem;
|
font-size: 2.591rem;
|
||||||
color: $onBackground;
|
color: $onBackground;
|
||||||
}
|
}
|
||||||
@@ -34,15 +34,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-distro-txt {
|
.bg-distro-txt {
|
||||||
|
@include titlefont;
|
||||||
@include bg-textshadow;
|
@include bg-textshadow;
|
||||||
font-family: 'Gabarito';
|
|
||||||
font-size: 1.432rem;
|
font-size: 1.432rem;
|
||||||
color: $onBackground;
|
color: $onBackground;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-distro-name {
|
.bg-distro-name {
|
||||||
|
@include titlefont;
|
||||||
@include bg-textshadow;
|
@include bg-textshadow;
|
||||||
font-family: 'Gabarito';
|
|
||||||
font-size: 1.432rem;
|
font-size: 1.432rem;
|
||||||
color: $onSecondaryContainer;
|
color: $onSecondaryContainer;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user