Custom greeter page for kraut.world
This commit is contained in:
parent
1c6ec27bca
commit
98172aabc2
48 changed files with 14790 additions and 482 deletions
30
website/dist/assets/sass/layout/_wrapper.scss
vendored
Normal file
30
website/dist/assets/sass/layout/_wrapper.scss
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
///
|
||||
/// Indivisible by Pixelarity
|
||||
/// pixelarity.com | hello@pixelarity.com
|
||||
/// License: pixelarity.com/license
|
||||
///
|
||||
|
||||
/* Wrapper */
|
||||
|
||||
#wrapper {
|
||||
@include vendor('display', 'flex');
|
||||
@include vendor('align-items', 'center');
|
||||
@include vendor('flex-direction', 'column');
|
||||
@include vendor('justify-content', 'center');
|
||||
@include vendor('perspective', '1000px');
|
||||
min-height: 100vh;
|
||||
padding: (_size(element-margin) * 1.5);
|
||||
width: 100%;
|
||||
|
||||
@include breakpoint('<=large') {
|
||||
padding: (_size(element-margin) * 0.75);
|
||||
}
|
||||
|
||||
@include breakpoint('<=medium') {
|
||||
padding: _size(element-margin);
|
||||
}
|
||||
|
||||
@include breakpoint('<=small') {
|
||||
padding: (_size(element-margin) * 0.5);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue