2013-10-09 18:15:47 +02:00
|
|
|
// IMPORTS
|
2013-10-10 19:18:29 +02:00
|
|
|
//@import "normalize.min.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-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";
|
2013-10-10 19:18:29 +02:00
|
|
|
@import "mobile_settingspopup.less";
|
2013-10-09 18:15:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
// FULL
|
|
|
|
@media only screen and (min-width: 1000px) and (max-device-pixel-ratio : 1.5),
|
|
|
|
only screen and (min-width: 1000px) and (-webkit-max-device-pixel-ratio : 1.5) {
|
|
|
|
@import "full.less";
|
|
|
|
}
|
|
|
|
|
|
|
|
// PORTRAIT
|
|
|
|
@media only screen and (orientation:portrait) {
|
|
|
|
@import "portrait.less";
|
|
|
|
}
|