1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-28 22:26:41 +07:00
vault-frontend/src/components/common/SubTitle/styles.module.scss
2022-01-09 20:31:58 +07:00

7 lines
121 B
SCSS

@import "src/styles/variables.scss";
.title {
font: $font_12_semibold;
text-transform: uppercase;
opacity: 0.3;
}