workadventure/website/dist/assets/css/noscript.css
2021-01-03 04:29:51 +01:00

39 lines
683 B
CSS

/*
Indivisible by Pixelarity
pixelarity.com | hello@pixelarity.com
License: pixelarity.com/license
*/
/* Panel */
.panel {
margin: 0 0 3em 0;
}
body.is-preload-0 .panel {
opacity: 1;
}
body.is-preload-0 .panel > .image {
-moz-transform: none !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
body.is-preload-0 .panel > .content {
-moz-transform: none !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
/* Footer */
#footer {
margin-top: 0;
}
body.is-preload-0 #footer {
opacity: 1;
}