2019-02-25 14:32:29 +01:00
|
|
|
:host {
|
|
|
|
display: flow-root;
|
|
|
|
height: 100%;
|
2019-02-25 23:36:46 +01:00
|
|
|
min-height: calc(100vh - 50px);
|
2019-02-25 14:32:29 +01:00
|
|
|
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;
|
|
|
|
}
|