SPACEBROWSER_INTERFACE/interface_072825/master_styles/COMPONENT SCSS LAYOUTS/EmptyWithLogoLayout.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;
}