mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-14 17:24:53 +02:00
Updates styles.
This commit is contained in:
@@ -30,6 +30,18 @@
|
|||||||
::-moz-selection { background: #68A9FF; color: #fff; text-shadow: none; }
|
::-moz-selection { background: #68A9FF; color: #fff; text-shadow: none; }
|
||||||
::selection { background: #68A9FF; color: #fff; text-shadow: none; }
|
::selection { background: #68A9FF; color: #fff; text-shadow: none; }
|
||||||
|
|
||||||
|
.transition (@transition) {
|
||||||
|
-webkit-transition: @transition;
|
||||||
|
transition: @transition;
|
||||||
|
}
|
||||||
|
|
||||||
|
.transform (@transform) {
|
||||||
|
-webkit-transform: @transform;
|
||||||
|
-ms-transform: @transform;
|
||||||
|
transform: @transform;
|
||||||
|
zoom: 1;
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@@ -1,12 +0,0 @@
|
|||||||
|
|
||||||
.transition (@transition) {
|
|
||||||
-webkit-transition: @transition;
|
|
||||||
transition: @transition;
|
|
||||||
}
|
|
||||||
|
|
||||||
.transform (@transform) {
|
|
||||||
-webkit-transform: @transform;
|
|
||||||
-ms-transform: @transform;
|
|
||||||
transform: @transform;
|
|
||||||
zoom: 1;
|
|
||||||
}
|
|
@@ -2,8 +2,6 @@
|
|||||||
@import "lib/h5bp-normalize";
|
@import "lib/h5bp-normalize";
|
||||||
@import "lib/h5bp-main-header";
|
@import "lib/h5bp-main-header";
|
||||||
|
|
||||||
@import "lib/mixins";
|
|
||||||
|
|
||||||
@import "inc/general";
|
@import "inc/general";
|
||||||
@import "inc/topbar";
|
@import "inc/topbar";
|
||||||
@import "inc/bottombar";
|
@import "inc/bottombar";
|
||||||
|
Reference in New Issue
Block a user