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,30 @@
///
/// Indivisible by Pixelarity
/// pixelarity.com | hello@pixelarity.com
/// License: pixelarity.com/license
///
/* Icons */
ul.icons {
cursor: default;
list-style: none;
padding-left: 0;
li {
display: inline-block;
padding-left: 0;
.icon {
display: inline-block;
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
text-align: center;
&:before {
font-size: 1.25rem;
}
}
}
}