2019-12-08 00:32:00 +05:30
|
|
|
@import '~app/components/ui/colors.scss';
|
|
|
|
@import '~app/components/ui/fonts.scss';
|
2016-01-04 11:32:13 +05:30
|
|
|
|
|
|
|
.appInfo {
|
2019-11-27 14:33:32 +05:30
|
|
|
max-width: 270px;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 55px 25px;
|
2016-01-04 11:32:13 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.logoContainer {
|
2019-11-27 14:33:32 +05:30
|
|
|
position: relative;
|
|
|
|
padding: 15px 0;
|
2016-01-04 11:32:13 +05:30
|
|
|
|
2019-11-27 14:33:32 +05:30
|
|
|
&:after {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
2016-01-04 11:32:13 +05:30
|
|
|
|
2019-11-27 14:33:32 +05:30
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
height: 3px;
|
|
|
|
width: 40px;
|
2016-01-04 11:32:13 +05:30
|
|
|
|
2019-11-27 14:33:32 +05:30
|
|
|
background: $green;
|
|
|
|
}
|
2016-01-04 11:32:13 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
2019-11-27 14:33:32 +05:30
|
|
|
font-family: $font-family-title;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 36px;
|
2016-01-04 11:32:13 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.descriptionContainer {
|
2019-11-27 14:33:32 +05:30
|
|
|
margin: 20px 0;
|
2016-01-04 11:32:13 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
2019-11-27 14:33:32 +05:30
|
|
|
$font-color: #ccc;
|
|
|
|
font-family: $font-family-base;
|
|
|
|
color: $font-color;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 1.7;
|
|
|
|
margin-top: 7px;
|
2016-05-23 00:47:34 +05:30
|
|
|
|
2019-11-27 14:33:32 +05:30
|
|
|
a {
|
|
|
|
color: lighten($font-color, 10%);
|
|
|
|
border-bottom-color: #666;
|
2016-05-23 00:47:34 +05:30
|
|
|
|
2019-11-27 14:33:32 +05:30
|
|
|
&:hover {
|
|
|
|
color: $font-color;
|
2016-05-23 00:47:34 +05:30
|
|
|
}
|
2019-11-27 14:33:32 +05:30
|
|
|
}
|
2016-01-04 11:32:13 +05:30
|
|
|
}
|
2016-02-06 16:17:51 +05:30
|
|
|
|
|
|
|
.goToAuth {
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 720px) {
|
2019-11-27 14:33:32 +05:30
|
|
|
.goToAuth {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-02-06 16:17:51 +05:30
|
|
|
}
|
2016-05-20 01:11:43 +05:30
|
|
|
|
2016-05-28 02:08:11 +05:30
|
|
|
.footer {
|
2019-11-27 14:33:32 +05:30
|
|
|
position: absolute;
|
|
|
|
bottom: 10px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 1.5;
|
2016-05-20 01:11:43 +05:30
|
|
|
}
|