Improve formatting in eww.scss

This commit is contained in:
ItsDrike 2023-06-26 14:15:45 +02:00
parent e848833628
commit 36c91ef958
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -1,4 +1,4 @@
@import 'css/colors'; @import "css/colors";
@mixin rounding { @mixin rounding {
border-radius: 16px; border-radius: 16px;
@ -54,11 +54,14 @@ tooltip {
} }
} }
.icon, .icon label { .icon,
.icon label {
font-family: "Font Awesome 6 Free", "Material Symbols Outlined"; font-family: "Font Awesome 6 Free", "Material Symbols Outlined";
} }
.module { margin: 0 5px; } .module {
margin: 0 5px;
}
.separ { .separ {
color: $surface0; color: $surface0;