classic: fix a broken build

- redesign of the default theme nuked some local variables
  breaking the build.
This commit is contained in:
Jakub Steiner
2019-06-24 20:28:03 +02:00
parent 829440f546
commit b138e218bb
+3 -3
View File
@@ -60,9 +60,9 @@ $variant: 'light';
&.lock-screen,
&.unlock-screen,
&.login-screen {
background-color: transparentize($_bubble_bg_color, 0.5);
background-gradient-start: transparentize($_bubble_bg_color, 0.5);
background-gradient-end: transparentize($_bubble_bg_color, 0.5);
background-color: transparentize($bg_color, 0.5);
background-gradient-start: transparentize($bg_color, 0.5);
background-gradient-end: transparentize($bg_color, 0.5);
border-bottom: none;
.panel-button { color: $osd_fg_color; }
}