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

14 lines
313 B
SCSS

:host {
display: flow-root;
height: 100%;
min-height: calc(100vh - 50px);
width: 100%;
min-width: fit-content;
padding-bottom: 23px;
background-image: url('../../assets/bg.jpg');
background-size: cover;
background-attachment: fixed;
background-position: top;
background-repeat: no-repeat;
}