17 lines
360 B
SCSS
Raw Normal View History

@import '~app/components/ui/colors.scss';
2016-08-02 21:59:29 +03:00
.descriptionText {
2020-05-24 02:08:24 +03:00
font-size: 15px;
line-height: 1.4;
padding-bottom: 8px;
color: #aaa;
2016-08-02 21:59:29 +03:00
}
// TODO: вынести иконки такого типа в какую-то внешнюю структуру?
.security {
2020-05-24 02:08:24 +03:00
color: #fff;
font-size: 90px;
line-height: 1;
margin-bottom: 15px;
2016-08-02 21:59:29 +03:00
}