This repository has been archived on 2021-02-15. You can view files and clone it, but cannot push or open issues or pull requests.
Files
offpass-desktop/src/assets/fontawesome-5.11.2/scss/_list.scss
Nicolas 36b3fd6d3c + Add FontAwesome
+ Close, Minimize (doesn't work yet)
2019-10-24 16:05:31 +02:00

19 lines
322 B
SCSS

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