mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
11 lines
143 B
SCSS
11 lines
143 B
SCSS
.text {
|
|
@include outer_shadow();
|
|
|
|
background: $content_bg;
|
|
padding: $gap * 4;
|
|
border-radius: $radius;
|
|
|
|
p {
|
|
margin: $gap 0;
|
|
}
|
|
}
|