mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-06 16:21:23 +05:30
20 lines
338 B
SCSS
20 lines
338 B
SCSS
@import '~app/components/ui/colors.scss';
|
|
@import '~app/components/ui/fonts.scss';
|
|
|
|
.description {
|
|
}
|
|
|
|
.descriptionImage {
|
|
composes: envelope from '~app/components/ui/icons.scss';
|
|
|
|
font-size: 100px;
|
|
color: $blue;
|
|
}
|
|
|
|
.descriptionText {
|
|
font-family: $font-family-title;
|
|
margin: 5px 0 19px;
|
|
line-height: 1.4;
|
|
font-size: 16px;
|
|
}
|