14 lines
304 B
SCSS
14 lines
304 B
SCSS
@import 'application';
|
|
|
|
body {
|
|
background-color: $ui-base-color;
|
|
background-image: url('../images/background-kosmos.jpg');
|
|
background-size: cover;
|
|
background-attachment: fixed;
|
|
}
|
|
|
|
.ui {
|
|
background-color: darken($ui-base-color, 7%);
|
|
background-image: url('../images/background-kosmos.jpg');
|
|
}
|