1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-02 04:24:16 +00:00
webvirtcloud/static/font-awesome/scss/_list.scss
2015-03-04 17:48:22 +02:00

19 lines
378 B
SCSS
Executable file

// 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);
}
}