phone.css 783 B

123456789101112131415161718192021222324252627
  1. /*Smartphones (portrait and landscape) ----------- */
  2. /*@media only screen
  3. and (min-width : 320px)
  4. and (max-width : 480px) {
  5. }*/
  6. /* Smartphones (portrait) ----------- */
  7. /* Styles */
  8. /* line 17, ../scss/phone.scss */
  9. slides > slide {
  10. /* width: $slide-width !important;
  11. height: $slide-height !important;
  12. margin-left: -$slide-width / 2 !important;
  13. margin-top: -$slide-height / 2 !important;
  14. */
  15. -webkit-transition: none !important;
  16. -webkit-transition: none !important;
  17. -moz-transition: none !important;
  18. -ms-transition: none !important;
  19. -o-transition: none !important;
  20. transition: none !important;
  21. }
  22. /* iPhone 4 ----------- */
  23. @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
  24. /* Styles */
  25. }