SPACEBROWSER_INTERFACE/interface_base/master_styles/COMPONET SCSS PROFILES/ProfilePreviewDrawer.scss
2025-08-07 20:28:59 -04:00

26 lines
372 B
SCSS

.profile-preview-drawer {
&-wrapper {
z-index: 9;
position: relative;
&.profile-preview-drawer-expanded {
z-index: 11;
}
}
&-loader {
background: black;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
&-iframe {
width: 100%;
height: 100%;
border: none;
}
}