+ Add FontAwesome

+ Close, Minimize (doesn't work yet)
This commit is contained in:
2019-10-24 16:05:31 +02:00
parent d1d417be9d
commit 36b3fd6d3c
1641 changed files with 129541 additions and 11 deletions

View File

@@ -0,0 +1,18 @@
// List Icons
// -------------------------
.#{$fa-css-prefix}-ul {
list-style-type: none;
margin-left: $fa-li-width * 5/4;
padding-left: 0;
> li { position: relative; }
}
.#{$fa-css-prefix}-li {
left: -$fa-li-width;
position: absolute;
text-align: center;
width: $fa-li-width;
line-height: inherit;
}