forked from KABI/fedi.camp_Website
initial version 23
This commit is contained in:
parent
5382da73f1
commit
cd833756df
118 changed files with 19023 additions and 0 deletions
50
assets/sass/noscript.scss
Normal file
50
assets/sass/noscript.scss
Normal file
|
@ -0,0 +1,50 @@
|
|||
@import 'libs/vars';
|
||||
@import 'libs/functions';
|
||||
@import 'libs/mixins';
|
||||
@import 'libs/vendor';
|
||||
@import 'libs/breakpoints';
|
||||
|
||||
/*
|
||||
Dimension by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
*/
|
||||
|
||||
/* BG */
|
||||
|
||||
#bg {
|
||||
body.is-preload & {
|
||||
&:before {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Header */
|
||||
|
||||
#header {
|
||||
body.is-preload & {
|
||||
> * {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
@include vendor('filter', 'none');
|
||||
|
||||
.content {
|
||||
.inner {
|
||||
max-height: none;
|
||||
padding: 3rem 2rem;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Main */
|
||||
|
||||
#main {
|
||||
article {
|
||||
opacity: 1;
|
||||
margin: (_size(element-margin) * 2) 0 0 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue