mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-12-16 16:19:04 +00:00
Initial commit
This commit is contained in:
22
font-awesome-4.7.0/scss/_list.scss
Normal file
22
font-awesome-4.7.0/scss/_list.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
// 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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user