Same as previous commit, but for /magprog
This commit is contained in:
parent
a6836c8516
commit
f3eb441c61
File diff suppressed because it is too large
Load Diff
@ -3,41 +3,32 @@
|
|||||||
html5up.net | @ajlkn
|
html5up.net | @ajlkn
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Spotlights */
|
/* Spotlights */
|
||||||
|
.spotlights > section > .image:before {
|
||||||
.spotlights > section > .image:before {
|
opacity: 0 !important; }
|
||||||
opacity: 0 !important;
|
.spotlights > section > .content > .inner {
|
||||||
}
|
-moz-transform: none !important;
|
||||||
|
-webkit-transform: none !important;
|
||||||
.spotlights > section > .content > .inner {
|
-ms-transform: none !important;
|
||||||
-moz-transform: none !important;
|
transform: none !important;
|
||||||
-webkit-transform: none !important;
|
opacity: 1 !important; }
|
||||||
-ms-transform: none !important;
|
|
||||||
transform: none !important;
|
|
||||||
opacity: 1 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Wrapper */
|
/* Wrapper */
|
||||||
|
.wrapper > .inner {
|
||||||
.wrapper > .inner {
|
opacity: 1 !important;
|
||||||
opacity: 1 !important;
|
-moz-transform: none !important;
|
||||||
-moz-transform: none !important;
|
-webkit-transform: none !important;
|
||||||
-webkit-transform: none !important;
|
-ms-transform: none !important;
|
||||||
-ms-transform: none !important;
|
transform: none !important; }
|
||||||
transform: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Sidebar */
|
/* Sidebar */
|
||||||
|
#sidebar > .inner {
|
||||||
|
opacity: 1 !important; }
|
||||||
|
#sidebar nav > ul > li {
|
||||||
|
-moz-transform: none !important;
|
||||||
|
-webkit-transform: none !important;
|
||||||
|
-ms-transform: none !important;
|
||||||
|
transform: none !important;
|
||||||
|
opacity: 1 !important; }
|
||||||
|
|
||||||
#sidebar > .inner {
|
/*# sourceMappingURL=noscript.css.map */
|
||||||
opacity: 1 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidebar nav > ul > li {
|
|
||||||
-moz-transform: none !important;
|
|
||||||
-webkit-transform: none !important;
|
|
||||||
-ms-transform: none !important;
|
|
||||||
transform: none !important;
|
|
||||||
opacity: 1 !important;
|
|
||||||
}
|
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
@include padding(5em, 5em);
|
@include padding(5em, 5em);
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
width: _size(inner-width);
|
width: _size(inner-width);
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
@include breakpoint('<=xlarge') {
|
@include breakpoint('<=xlarge') {
|
||||||
@include padding(4em, 4em);
|
@include padding(4em, 4em);
|
||||||
@ -136,4 +137,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user