mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-06 16:21:23 +05:30
17 lines
344 B
SCSS
17 lines
344 B
SCSS
@import '~app/components/ui/colors.scss';
|
|
|
|
.descriptionText {
|
|
font-size: 15px;
|
|
line-height: 1.4;
|
|
padding-bottom: 8px;
|
|
color: #aaa;
|
|
}
|
|
|
|
// TODO: вынести иконки такого типа в какую-то внешнюю структуру?
|
|
.security {
|
|
color: #fff;
|
|
font-size: 90px;
|
|
line-height: 1;
|
|
margin-bottom: 15px;
|
|
}
|