summaryrefslogtreecommitdiff
path: root/templates/project/widgets/image/image.scss
blob: 10ca81d6b245858db6d620c1da85a40a8729a6e4 (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;

}