load open sans from css, background image from css and create login css

This commit is contained in:
2018-07-19 10:42:36 +02:00
parent 0a0a7e7c24
commit 7bf090b753
9 changed files with 78 additions and 93 deletions

View File

@@ -1,6 +1,7 @@
// YOUR CUSTOM SCSS
@import 'custom/config/colors';
@import 'custom/config/variables';
@import 'custom/fonts';
@import 'custom/timeline';
@import 'custom/mixins/entity';
@import 'custom/activity';
@@ -36,7 +37,7 @@ header {
right: 0;
top: 0;
z-index: -1;
background-image: url("/bundles/chillmain/img/background/desert.jpg");
background-image: url('./../../img/background/desert.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;

View File

@@ -0,0 +1,2 @@
@import './../../fonts/OpenSans/OpenSans';