adriant bd9532d5ea fixing scss compile duplication and altering layout
scss compiler was not ignoring precompiled app css file,
also some style/layout changes (1080p)
2014-12-03 13:19:36 +13:00

14 lines
453 B
SCSS

// ----------------------------------------------------------------------------
// Sass declarations
// ----------------------------------------------------------------------------
$background-color: #666666;
// ----------------------------------------------------------------------------
// Widget-clock styles
// ----------------------------------------------------------------------------
.widget-clock {
background-color: $background-color;
}