Added styling to Raven components of Budgie panel

pull/621/head
Nazar Mokrynskyi 2016-10-28 14:50:59 +03:00
parent c138b787be
commit a0b4c659f8
2 changed files with 25 additions and 0 deletions
src/gtk-3.20/scss

View File

@ -37,3 +37,4 @@
@import "apps/xfce";
@import "apps/unity";
@import "apps/lightdm";
@import "apps/budgie";

View File

@ -0,0 +1,24 @@
/******************
! Budgie Desktop *
*******************/
.budgie-container {
background-color: transparent;
}
.raven {
background-color: transparentize($bg_color, .07);
.raven-header {
background-color: $bg_color;
border: solid $borders_color;
border-width: 1px 0;
}
.raven-background {
background-color: transparentize($bg_color, .07);
}
}
.raven-mpris {
background-color: transparentize($bg_color, .3);
}