lungo.media.phone.styl 539 B

1234567891011121314151617181920212223242526
  1. @import "constants.styl"
  2. /* ==== Any phone ==== */
  3. @media only screen and (max-width: 767px)
  4. body
  5. &[data-position="absolute"] > section
  6. position: absolute
  7. &[data-position="fixed"] > section
  8. position: fixed
  9. aside
  10. position: absolute
  11. section
  12. &.aside
  13. &:not(.small)
  14. transform translateX(ASIDE_WIDTH)
  15. &.small
  16. transform translateX(ASIDE_WIDTH_SMALL)
  17. &.right
  18. transform translateX(-(ASIDE_WIDTH))
  19. &.small
  20. transform translateX(-(ASIDE_WIDTH_SMALL))