2016-01-04 11:32:13 +05:30
|
|
|
@import '~components/ui/colors.scss';
|
|
|
|
@import '~components/ui/fonts.scss';
|
|
|
|
|
|
|
|
.appInfo {
|
|
|
|
padding: 55px 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logoContainer {
|
|
|
|
position: relative;
|
|
|
|
padding: 15px;
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
left: 25px;
|
|
|
|
bottom: 0;
|
|
|
|
height: 3px;
|
|
|
|
width: 40px;
|
|
|
|
|
|
|
|
background: $green;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
2016-01-04 18:28:23 +05:30
|
|
|
font-family: $font-family-title;
|
2016-01-04 11:32:13 +05:30
|
|
|
color: #fff;
|
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.descriptionContainer {
|
|
|
|
margin: 20px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
2016-01-04 18:28:23 +05:30
|
|
|
font-family: $font-family-base;
|
2016-01-04 11:32:13 +05:30
|
|
|
color: #cccccc;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 1.7;
|
|
|
|
}
|