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

// ----------------------------------------------------------------------------
// Widget-image styles
// ----------------------------------------------------------------------------
.widget-image {

  background-color: $background-color;

}