15 lines
257 B
SCSS
15 lines
257 B
SCSS
@import '../../styles/abstracts/variables';
|
|
|
|
.empty-with-logo-layout {
|
|
background-color: $dark;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
|
|
.empty-with-logo-layout-container {
|
|
margin-top: 40px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: fit-content;
|
|
}
|