ags: fmt scss
This commit is contained in:
parent
f481147cdd
commit
bbce54f461
4 changed files with 13 additions and 13 deletions
|
@ -1,9 +1,9 @@
|
|||
@import 'scss/bar.scss';
|
||||
@import 'scss/general.scss';
|
||||
@import 'scss/widgets.scss';
|
||||
@import "scss/bar.scss";
|
||||
@import "scss/general.scss";
|
||||
@import "scss/widgets.scss";
|
||||
|
||||
* {
|
||||
all: unset;
|
||||
margin: 3px;
|
||||
font-family: 'Monaspace Krypton';
|
||||
}
|
||||
font-family: "Monaspace Krypton";
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import 'colors.scss';
|
||||
@import "colors.scss";
|
||||
|
||||
window {
|
||||
background-color: $background;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,4 +21,4 @@ $foreground-highlight: #c0caf5;
|
|||
$foreground-gutter: #363b54;
|
||||
$background: #1a1b26;
|
||||
$background-highlight: #30374b;
|
||||
$background-menu: #16161e;
|
||||
$background-menu: #16161e;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
@import 'colors.scss';
|
||||
@import "colors.scss";
|
||||
|
||||
@mixin widget {
|
||||
color: $white
|
||||
};
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.date {
|
||||
@include widget();
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
.workspaces {
|
||||
@include widget();
|
||||
};
|
||||
}
|
||||
|
||||
.media {
|
||||
@include widget();
|
||||
|
@ -18,4 +18,4 @@
|
|||
|
||||
image {
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue