14 lines
453 B
SCSS
14 lines
453 B
SCSS
// ----------------------------------------------------------------------------
|
|
// Sass declarations
|
|
// ----------------------------------------------------------------------------
|
|
$background-color: #4b4b4b;
|
|
|
|
// ----------------------------------------------------------------------------
|
|
// Widget-image styles
|
|
// ----------------------------------------------------------------------------
|
|
.widget-image {
|
|
|
|
background-color: $background-color;
|
|
|
|
}
|