Canged to pre-made icon pack
This icon pack is awsome. Too bad not all of them fit the material design.
This commit is contained in:
parent
e1c25647ec
commit
9b0a5533d8
190 changed files with 8697 additions and 4 deletions
19
font-awesome/scss/_list.scss
vendored
Normal file
19
font-awesome/scss/_list.scss
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
// List Icons
|
||||
// -------------------------
|
||||
|
||||
.#{$fa-css-prefix}-ul {
|
||||
padding-left: 0;
|
||||
margin-left: $fa-li-width;
|
||||
list-style-type: none;
|
||||
> li { position: relative; }
|
||||
}
|
||||
.#{$fa-css-prefix}-li {
|
||||
position: absolute;
|
||||
left: -$fa-li-width;
|
||||
width: $fa-li-width;
|
||||
top: (2em / 14);
|
||||
text-align: center;
|
||||
&.#{$fa-css-prefix}-lg {
|
||||
left: -$fa-li-width + (4em / 14);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue