Add SSD style

This commit is contained in:
Satyajit Sahoo
2015-08-07 03:23:14 +05:30
parent 0799234903
commit e1a476689a
2 changed files with 12 additions and 1 deletions
+11
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; }
}
}
}