
scss compiler was not ignoring precompiled app css file, also some style/layout changes (1080p)
14 lines
453 B
SCSS
14 lines
453 B
SCSS
// ----------------------------------------------------------------------------
|
|
// Sass declarations
|
|
// ----------------------------------------------------------------------------
|
|
$background-color: #666666;
|
|
|
|
// ----------------------------------------------------------------------------
|
|
// Widget-clock styles
|
|
// ----------------------------------------------------------------------------
|
|
.widget-clock {
|
|
|
|
background-color: $background-color;
|
|
|
|
}
|