eww: remove whitespace from scss
This commit is contained in:
parent
0e60d4acac
commit
d249ab216f
1 changed files with 5 additions and 2 deletions
|
@ -19,12 +19,12 @@
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #cac;
|
border-color: #cac;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
|
|
||||||
&.empty {
|
&.empty {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.occupied{
|
&.occupied{
|
||||||
}
|
}
|
||||||
|
|
||||||
&.current {
|
&.current {
|
||||||
|
@ -45,6 +45,9 @@
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cal {
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.clock {
|
.clock {
|
||||||
background-color: #536;
|
background-color: #536;
|
||||||
|
|
Loading…
Reference in a new issue