0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-06-02 12:44:32 +02:00
doodle3d-client/less/styles.less

26 lines
701 B
Plaintext
Raw Normal View History

2013-10-09 18:15:47 +02:00
// IMPORTS
//@import "normalize.min.less";
2013-10-09 18:15:47 +02:00
@import "base.less";
@import "settingsPopup.less";
@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";
@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";
}