2017-02-03 14:51:39 +02:00
|
|
|
.no-mobile-app {
|
|
|
|
|
margin: 30% auto 0;
|
|
|
|
|
max-width: 25em;
|
|
|
|
|
text-align: center;
|
2017-02-07 16:45:51 +02:00
|
|
|
width: auto;
|
2017-02-03 14:51:39 +02:00
|
|
|
|
|
|
|
|
&__title {
|
2023-07-04 12:34:41 +03:00
|
|
|
border-bottom: 1px solid lighten(#FFFFFF, 10%);
|
2017-02-07 16:45:51 +02:00
|
|
|
color: $unsupportedBrowserTitleColor;
|
2017-02-03 14:51:39 +02:00
|
|
|
font-weight: 400;
|
|
|
|
|
letter-spacing: 0.5px;
|
2017-02-07 16:45:51 +02:00
|
|
|
padding-bottom: em(17, 24);
|
2017-02-03 14:51:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__description {
|
2017-02-07 16:45:51 +02:00
|
|
|
font-size: $unsupportedBrowserTextSmallFontSize;
|
2017-02-03 14:51:39 +02:00
|
|
|
font-weight: 300;
|
|
|
|
|
letter-spacing: 1px;
|
2017-02-07 16:45:51 +02:00
|
|
|
margin-top: 1em;
|
2017-02-03 14:51:39 +02:00
|
|
|
}
|
2017-02-07 16:45:51 +02:00
|
|
|
}
|