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/components/_icons.scss
vendored
Normal file
30
website/dist/assets/sass/components/_icons.scss
vendored
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue