jiti-meet/css/deep-linking/_no-mobile-app.scss

22 lines
483 B
SCSS
Raw Normal View History

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