mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
16 lines
197 B
SCSS
16 lines
197 B
SCSS
@import 'src/styles/variables';
|
|
|
|
.text {
|
|
@include blur;
|
|
|
|
padding: $gap / 2 $gap $gap $gap;
|
|
line-height: 1.3em;
|
|
}
|
|
|
|
.heading {
|
|
margin-bottom: 0.25em;
|
|
|
|
h4 {
|
|
// line-height: 1.1em;
|
|
}
|
|
}
|