mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
14 lines
253 B
SCSS
14 lines
253 B
SCSS
.placeholder {
|
|
height: 33vw;
|
|
background: transparentize(black, 0.8);
|
|
border: $radius $radius 0 0;
|
|
@include outer_shadow();
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
svg {
|
|
fill: transparentize(white, 0.95);
|
|
}
|
|
}
|