1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
vault-frontend/src/components/node/NodeImageBlockPlaceholder/styles.scss
2019-08-25 16:10:46 +07:00

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);
}
}