26 lines
372 B
SCSS
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;
|
|
}
|
|
}
|