Init
This commit is contained in:
commit
310fcc6eb0
86 changed files with 10611 additions and 0 deletions
22
static/sass/components/_icons.scss
Normal file
22
static/sass/components/_icons.scss
Normal file
|
@ -0,0 +1,22 @@
|
|||
///
|
||||
// Spitfire Browser by Internet Addict (https://weforge.xyz/Spitfire/Website)
|
||||
// Based on Stellar by HTML5 UP | @ajlkn
|
||||
// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
///
|
||||
|
||||
/* Icons */
|
||||
|
||||
ul.icons {
|
||||
cursor: default;
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
padding: 0 0.65em 0 0;
|
||||
|
||||
&:last-child {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue