opt-cc/static/src/app/style/background-image.scss

14 lines
300 B
SCSS
Raw Normal View History

:host {
display: flow-root;
height: 100%;
2018-08-04 10:41:02 +02:00
min-height: 100vh;
width: 100%;
2019-02-22 08:14:46 +01:00
min-width: fit-content;
padding-bottom: 23px;
background-image: url('../../assets/bg.jpg');
background-size: cover;
background-attachment: fixed;
2018-08-04 10:35:26 +02:00
background-position: top;
background-repeat: no-repeat;
}