mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Improve formatting in eww.scss
This commit is contained in:
parent
e848833628
commit
36c91ef958
|
@ -1,4 +1,4 @@
|
|||
@import 'css/colors';
|
||||
@import "css/colors";
|
||||
|
||||
@mixin rounding {
|
||||
border-radius: 16px;
|
||||
|
@ -54,11 +54,14 @@ tooltip {
|
|||
}
|
||||
}
|
||||
|
||||
.icon, .icon label {
|
||||
.icon,
|
||||
.icon label {
|
||||
font-family: "Font Awesome 6 Free", "Material Symbols Outlined";
|
||||
}
|
||||
|
||||
.module { margin: 0 5px; }
|
||||
.module {
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.separ {
|
||||
color: $surface0;
|
||||
|
|
Loading…
Reference in a new issue