Custom greeter page for kraut.world

This commit is contained in:
Ludwig Behm 2021-01-03 04:29:51 +01:00
parent 1c6ec27bca
commit 98172aabc2
48 changed files with 14790 additions and 482 deletions

39
website/dist/assets/sass/noscript.scss vendored Normal file
View file

@ -0,0 +1,39 @@
@import 'libs/vars';
@import 'libs/functions';
@import 'libs/mixins';
@import 'libs/vendor';
@import 'libs/breakpoints';
/*
Indivisible by Pixelarity
pixelarity.com | hello@pixelarity.com
License: pixelarity.com/license
*/
/* Panel */
.panel {
margin: 0 0 (_size(element-margin) * 1.5) 0;
body.is-preload-0 & {
opacity: 1;
> .image {
@include vendor('transform', 'none !important');
}
> .content {
@include vendor('transform', 'none !important');
}
}
}
/* Footer */
#footer {
margin-top: 0;
body.is-preload-0 & {
opacity: 1;
}
}