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

View file

@ -0,0 +1,29 @@
///
/// Indivisible by Pixelarity
/// pixelarity.com | hello@pixelarity.com
/// License: pixelarity.com/license
///
/* Icon */
.icon {
@include icon;
border-bottom: none;
position: relative;
&.solid {
&:before {
font-weight: 900;
}
}
&.brands {
&:before {
font-family: 'Font Awesome 5 Brands';
}
}
> .label {
display: none;
}
}