1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
vault-frontend/src/containers/flow/FlowGrid/components/FlowCell/components/FlowCellText/styles.module.scss
2025-02-07 01:11:12 +07:00

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;
}
}