rsuite-theme
Version:
The suite theme for pagurian
20 lines (18 loc) • 391 B
text/less
// List Icons
// -------------------------
.@{icon-css-prefix}-ul {
padding-left: 0;
margin-left: @icon-li-width;
list-style-type: none;
> li { position: relative; }
}
.@{icon-css-prefix}-li {
position: absolute;
left: -@icon-li-width;
width: @icon-li-width;
top: (2em / 14);
text-align: center;
&.@{icon-css-prefix}-lg {
left: (-@icon-li-width + (4em / 14));
}
}