mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 22:55:35 +00:00
Improve font size, refactor less
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
background-clip: padding-box;
|
||||
}
|
||||
|
||||
.user-select-none (){
|
||||
.user-select-none () {
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
@@ -29,3 +29,10 @@
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
// 1024 x 768 typical tablet resolution
|
||||
.tablet(@rules) {
|
||||
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
|
||||
@rules();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user