Added xfce and lightdm styles

This commit is contained in:
Satyajit Sahoo
2015-01-24 00:24:03 +05:30
parent 14f1db1e01
commit f0b8fa3ac8
9 changed files with 366 additions and 53 deletions
+26
View File
@@ -0,0 +1,26 @@
@import "panel";
/***************
! Xfce styles *
****************/
@include exports("xfce") {
XfceHeading {
margin: 0;
padding: 0;
border: none;
background-image: none;
background-color: $base_color;
color: $text_color;
}
.xfce4-panel {
@extend %panel;
font: normal;
.button { @extend %panelbutton; }
.menu { -gtk-image-effect: none; }
}
}