2022-11-27 01:17:33 +00:00
|
|
|
.ps-main {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: stretch;
|
|
|
|
justify-content: space-between;
|
|
|
|
height: 100vh;
|
|
|
|
width: 100vw;
|
|
|
|
margin: 0;
|
|
|
|
padding-top: 10vw;
|
|
|
|
padding-bottom: 2vw;
|
|
|
|
overflow: auto;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
&--background {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
height: 100vh;
|
|
|
|
width: 100vw;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--page {
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
&_full {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2022-11-27 03:30:19 +00:00
|
|
|
|
|
|
|
&_full &--page {
|
|
|
|
overflow: hidden;
|
2022-11-27 03:53:17 +00:00
|
|
|
height: 100vh;
|
2022-11-27 03:30:19 +00:00
|
|
|
}
|
2022-11-27 01:17:33 +00:00
|
|
|
}
|