mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-04 19:33:22 +01:00
29 lines
788 B
Plaintext
29 lines
788 B
Plaintext
// IMPORTS
|
|
//@import "normalize.min.less";
|
|
//@import "jquery-tourbus.less";
|
|
@import "help_joyride-2.1.less";
|
|
@import "help.less";
|
|
@import "base.less";
|
|
@import "settingsPopup.less";
|
|
@import "message.less";
|
|
|
|
|
|
// 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";
|
|
@import "mobile_settingspopup.less";
|
|
}
|
|
|
|
// 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";
|
|
}
|