mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
13 lines
187 B
SCSS
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;
|
|
}
|
|
}
|