Add SSD style
parent
0799234903
commit
e1a476689a
|
@ -6,7 +6,7 @@
|
||||||
**********/
|
**********/
|
||||||
|
|
||||||
@mixin toolbar($bg, $fg) {
|
@mixin toolbar($bg, $fg) {
|
||||||
@include linear-gradient($bg);
|
@incluee linear-gradient($bg);
|
||||||
@include border($bg);
|
@include border($bg);
|
||||||
|
|
||||||
padding: $spacing * 2;
|
padding: $spacing * 2;
|
||||||
|
|
|
@ -24,6 +24,13 @@
|
||||||
|
|
||||||
&.tiled { border-radius: 0; }
|
&.tiled { border-radius: 0; }
|
||||||
|
|
||||||
|
&.solid-csd {
|
||||||
|
border-radius: 0;
|
||||||
|
margin: 1px;
|
||||||
|
background-color: $bg_color;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
&.csd {
|
&.csd {
|
||||||
&.popup {
|
&.popup {
|
||||||
@extend %window;
|
@extend %window;
|
||||||
|
@ -42,5 +49,9 @@
|
||||||
border-radius: $roundness;
|
border-radius: $roundness;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.ssd {
|
||||||
|
&.maximized { border-radius: 0; }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue