mirror of https://github.com/jitsi/jitsi-meet
parent
05b7df26e6
commit
905212b109
@ -1,3 +1,3 @@ |
||||
@import 'no-mobile-app'; |
||||
@import 'unsupported-desktop-browser'; |
||||
@import 'unsupported-mobile-browser'; |
||||
@import 'unsupported-mobile-browser'; |
||||
|
@ -1,21 +1,21 @@ |
||||
.no-mobile-app { |
||||
margin: 30% auto 0; |
||||
width: auto; |
||||
max-width: 25em; |
||||
text-align: center; |
||||
width: auto; |
||||
|
||||
&__title { |
||||
padding-bottom: em(17, 24); |
||||
border-bottom: 1px solid $auiBorderColor; |
||||
color: $unsupportedBrowserTitleColor; |
||||
font-weight: 400; |
||||
letter-spacing: 0.5px; |
||||
color: #fff; |
||||
padding-bottom: em(17, 24); |
||||
} |
||||
|
||||
&__description { |
||||
margin-top: 1em; |
||||
font-size: 17px; |
||||
font-size: $unsupportedBrowserTextSmallFontSize; |
||||
font-weight: 300; |
||||
letter-spacing: 1px; |
||||
margin-top: 1em; |
||||
} |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue