mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-05 11:43:22 +01:00
31 lines
792 B
Plaintext
31 lines
792 B
Plaintext
// IMPORTS
|
|
//@import "jquery-tourbus.less";
|
|
@import "help_joyride-2.1.less";
|
|
@import "help.less";
|
|
@import "base.less";
|
|
@import "settingsPopup.less";
|
|
@import "message.less";
|
|
@import "404.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";
|
|
}
|
|
|
|
// 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%;
|
|
}
|
|
}
|
|
|
|
// PORTRAIT
|
|
@media only screen and (orientation:portrait) {
|
|
@import "portrait.less";
|
|
}
|