mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
load open sans from css, background image from css and create login css
This commit is contained in:
@@ -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;
|
||||
|
2
Resources/public/sass/custom/_fonts.scss
Normal file
2
Resources/public/sass/custom/_fonts.scss
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
@import './../../fonts/OpenSans/OpenSans';
|
Reference in New Issue
Block a user