mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-04 12:39:20 +05:30
9 lines
159 B
SCSS
9 lines
159 B
SCSS
|
@import '~components/ui/fonts.scss';
|
||
|
|
||
|
.description {
|
||
|
font-family: $font-family-title;
|
||
|
margin: 5px 0 19px;
|
||
|
line-height: 1.4;
|
||
|
font-size: 16px;
|
||
|
}
|