summaryrefslogtreecommitdiff
path: root/widgets/clock/clock.scss
blob: 19e91bf13099cc8242bc4827abff8f60e0d386c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// ----------------------------------------------------------------------------
// Sass declarations
// ----------------------------------------------------------------------------
$background-color:  #dc5945;

// ----------------------------------------------------------------------------
// Widget-clock styles
// ----------------------------------------------------------------------------
.widget-clock {

  background-color: $background-color;

}