15 lines
316 B
SCSS
15 lines
316 B
SCSS
|
:host {
|
||
|
display: flow-root;
|
||
|
height: 100%;
|
||
|
min-height: 100vh;
|
||
|
width: 100%;
|
||
|
margin-top: -23px;
|
||
|
padding-top: 23px;
|
||
|
padding-bottom: 23px;
|
||
|
background-image: url('../../assets/bg.jpg');
|
||
|
background-size: cover;
|
||
|
background-attachment: fixed;
|
||
|
background-position: top;
|
||
|
background-repeat: no-repeat;
|
||
|
}
|