Use gresource

This commit is contained in:
Satyajit Sahoo
2015-08-07 01:37:34 +05:30
parent 7f0f008de0
commit 5ef83db45e
5 changed files with 59 additions and 7 deletions
+10 -5
View File
@@ -16,13 +16,18 @@
@include exports("tooltip") {
.tooltip {
@include linear-gradient($tooltip_bg_color);
&.background {
@include linear-gradient($tooltip_bg_color);
border: none;
border-radius: $roundness;
color: $tooltip_fg_color;
border: none;
border-radius: $roundness;
color: $tooltip_fg_color;
}
* { background-color: transparent; }
* {
background-color: transparent;
color: inherit;
}
}
}