Add SSD style

pull/242/head
Satyajit Sahoo 2015-08-07 03:23:14 +05:30
parent 0799234903
commit e1a476689a
2 changed files with 12 additions and 1 deletions

View File

@ -6,7 +6,7 @@
**********/
@mixin toolbar($bg, $fg) {
@include linear-gradient($bg);
@incluee linear-gradient($bg);
@include border($bg);
padding: $spacing * 2;

View File

@ -24,6 +24,13 @@
&.tiled { border-radius: 0; }
&.solid-csd {
border-radius: 0;
margin: 1px;
background-color: $bg_color;
box-shadow: none;
}
&.csd {
&.popup {
@extend %window;
@ -42,5 +49,9 @@
border-radius: $roundness;
}
}
&.ssd {
&.maximized { border-radius: 0; }
}
}
}