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/bar.scss";
|
||||||
@import 'scss/general.scss';
|
@import "scss/general.scss";
|
||||||
@import 'scss/widgets.scss';
|
@import "scss/widgets.scss";
|
||||||
|
|
||||||
* {
|
* {
|
||||||
all: unset;
|
all: unset;
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
font-family: 'Monaspace Krypton';
|
font-family: "Monaspace Krypton";
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
@import 'colors.scss';
|
@import "colors.scss";
|
||||||
|
|
||||||
window {
|
window {
|
||||||
background-color: $background;
|
background-color: $background;
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,4 +21,4 @@ $foreground-highlight: #c0caf5;
|
||||||
$foreground-gutter: #363b54;
|
$foreground-gutter: #363b54;
|
||||||
$background: #1a1b26;
|
$background: #1a1b26;
|
||||||
$background-highlight: #30374b;
|
$background-highlight: #30374b;
|
||||||
$background-menu: #16161e;
|
$background-menu: #16161e;
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
@import 'colors.scss';
|
@import "colors.scss";
|
||||||
|
|
||||||
@mixin widget {
|
@mixin widget {
|
||||||
color: $white
|
color: $white;
|
||||||
};
|
}
|
||||||
|
|
||||||
.date {
|
.date {
|
||||||
@include widget();
|
@include widget();
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
.workspaces {
|
.workspaces {
|
||||||
@include widget();
|
@include widget();
|
||||||
};
|
}
|
||||||
|
|
||||||
.media {
|
.media {
|
||||||
@include widget();
|
@include widget();
|
||||||
|
@ -18,4 +18,4 @@
|
||||||
|
|
||||||
image {
|
image {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue