2013-10-09 18:15:47 +02:00
|
|
|
// IMPORTS
|
2013-10-23 06:46:07 +02:00
|
|
|
//@import "jquery-tourbus.less";
|
|
|
|
@import "help_joyride-2.1.less";
|
|
|
|
@import "help.less";
|
2013-10-09 18:15:47 +02:00
|
|
|
@import "base.less";
|
2013-10-10 19:18:29 +02:00
|
|
|
@import "settingsPopup.less";
|
2013-10-18 19:11:10 +02:00
|
|
|
@import "message.less";
|
2013-10-29 12:42:03 +01:00
|
|
|
@import "404.less";
|
2013-10-09 18:15:47 +02:00
|
|
|
|
|
|
|
|
|
|
|
// MOBILE
|
|
|
|
@media only screen and (max-width: 480px),
|
|
|
|
only screen and (max-width: 720px) and (min-device-pixel-ratio : 1.5),
|
|
|
|
only screen and (max-width: 720px) and (-webkit-min-device-pixel-ratio : 1.5) {
|
|
|
|
@import "mobile.less";
|
|
|
|
}
|
|
|
|
|
2014-02-12 14:26:39 +01:00
|
|
|
// TABLET
|
|
|
|
@media only screen and (max-height: 300px),
|
|
|
|
only screen and (max-width: 450px) and (min-device-pixel-ratio : 1.5),
|
|
|
|
only screen and (max-width: 450px) and (-webkit-min-device-pixel-ratio : 1.5) {
|
|
|
|
#popupSettings {
|
|
|
|
margin: 2% 2%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-09 18:15:47 +02:00
|
|
|
// PORTRAIT
|
|
|
|
@media only screen and (orientation:portrait) {
|
|
|
|
@import "portrait.less";
|
|
|
|
}
|