Adds icons for networking services

This commit is contained in:
Alicia Sykes
2021-03-09 13:23:43 +00:00
parent d32ac02f26
commit 124601b509
5148 changed files with 18525 additions and 226 deletions
+18
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;
}