1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00
vault-frontend/src/components/node/NodeTextBlock/styles.scss
2019-10-17 14:46:07 +07:00

11 lines
143 B
SCSS

.text {
@include outer_shadow();
background: $content_bg;
padding: $gap * 4;
border-radius: $radius;
p {
margin: $gap 0;
}
}