mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-28 22:26:41 +07:00
7 lines
121 B
SCSS
7 lines
121 B
SCSS
@import "src/styles/variables.scss";
|
|
|
|
.title {
|
|
font: $font_12_semibold;
|
|
text-transform: uppercase;
|
|
opacity: 0.3;
|
|
}
|