Conditional import of Electron/NodeJS libs - The app can be launch in browser mode
This commit is contained in:
8
src/app/components/home/home.component.scss
Normal file
8
src/app/components/home/home.component.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
.title {
|
||||
color: black;
|
||||
margin:0;
|
||||
padding:50px 20px;
|
||||
background: url(../../../assets/background.jpg) no-repeat center fixed;
|
||||
-webkit-background-size: cover; /* pour anciens Chrome et Safari */
|
||||
background-size: cover; /* version standardisée */
|
||||
}
|
||||
Reference in New Issue
Block a user