accounts-frontend/packages/app/components/auth/activation/activation.scss

20 lines
352 B
SCSS
Raw Normal View History

@import '~app/components/ui/colors.scss';
@import '~app/components/ui/fonts.scss';
.description {
}
.descriptionImage {
2020-05-24 04:38:24 +05:30
composes: envelope from '~app/components/ui/icons.scss';
2020-05-24 04:38:24 +05:30
font-size: 100px;
color: $blue;
}
.descriptionText {
2020-05-24 04:38:24 +05:30
font-family: $font-family-title;
margin: 5px 0 19px;
line-height: 1.4;
font-size: 16px;
}