mirror of
https://github.com/opelly27/cweb.git
synced 2026-05-20 08:37:36 +00:00
switched theme
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
///
|
||||
/// Dimension by HTML5 UP
|
||||
/// Phantom by HTML5 UP
|
||||
/// html5up.net | @ajlkn
|
||||
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
///
|
||||
@@ -11,6 +11,11 @@
|
||||
width: device-width;
|
||||
}
|
||||
|
||||
// MSIE: Prevents scrollbar from overlapping content.
|
||||
body {
|
||||
-ms-overflow-style: scrollbar;
|
||||
}
|
||||
|
||||
// Ensures page width is always >=320px.
|
||||
@include breakpoint(xsmall) {
|
||||
html, body {
|
||||
@@ -23,12 +28,10 @@
|
||||
|
||||
// Prevents animation/transition "flicker" on page load.
|
||||
// Automatically added/removed by js/main.js.
|
||||
&.is-loading,
|
||||
&.is-switching {
|
||||
&.is-loading {
|
||||
*, *:before, *:after {
|
||||
@include vendor('animation', 'none !important');
|
||||
@include vendor('transition', 'none !important');
|
||||
@include vendor('transition-delay', 'none !important');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user