1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +07:00
vault-frontend/src/components/node/NodeTextBlock/styles.module.scss
2020-11-06 12:15:07 +07:00

13 lines
187 B
SCSS

.text {
@include outer_shadow();
background: $content_bg;
padding: $gap * 4;
border-radius: $radius;
p {
margin: $gap 0;
font-size: 18px;
line-height: 24px;
}
}