_device-notification.sass 976 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // reference media queries at the bottom of this file
  2. .device-notification
  3. display: none
  4. position: fixed
  5. top: 0
  6. left: 0
  7. width: 100%
  8. height: 100%
  9. flex-direction: column
  10. align-items: center
  11. justify-content: center
  12. background-color: $black
  13. z-index: 12
  14. &--logo
  15. display: flex
  16. align-items: center
  17. text-decoration: none
  18. color: $white
  19. p
  20. margin: 0 0 0 10px
  21. font-size: 16px
  22. font-weight: 700
  23. text-transform: uppercase
  24. &--message
  25. width: 70%
  26. margin: 30px 0 0 0
  27. font-weight: 700
  28. text-align: center
  29. // based on personal content these may need to be adjusted slighlty
  30. @media (max-width: 767px) and (min-width: 601px) and (max-height: 680px)
  31. display: flex
  32. @media (max-width: 600px) and (min-width: 480px) and (max-height: 580px)
  33. display: flex
  34. @media (max-width: 736px) and (min-width: 360px) and (orientation: landscape)
  35. display: flex
  36. @media(max-width: 359px)
  37. display: flex