Customize styles
This commit is contained in:
parent
c93d0978f2
commit
4c3a7ebcca
BIN
app/javascript/images/background-kosmos.jpg
Normal file
BIN
app/javascript/images/background-kosmos.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
13
app/javascript/styles/custom.scss
Normal file
13
app/javascript/styles/custom.scss
Normal file
@ -0,0 +1,13 @@
|
||||
@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');
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user