You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_no-mobile-app.scss 481B

123456789101112131415161718192021
  1. .no-mobile-app {
  2. margin: 30% auto 0;
  3. max-width: 25em;
  4. text-align: center;
  5. width: auto;
  6. &__title {
  7. border-bottom: 1px solid $auiBorderColor;
  8. color: $unsupportedBrowserTitleColor;
  9. font-weight: 400;
  10. letter-spacing: 0.5px;
  11. padding-bottom: em(17, 24);
  12. }
  13. &__description {
  14. font-size: $unsupportedBrowserTextSmallFontSize;
  15. font-weight: 300;
  16. letter-spacing: 1px;
  17. margin-top: 1em;
  18. }
  19. }