You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
337 B
19 lines
337 B
.#{$la-css-prefix}-ul {
|
|
padding-left: 0;
|
|
margin-left: $la-li-width;
|
|
list-style-type: none;
|
|
> li {
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
.#{$la-css-prefix}-li {
|
|
position: absolute;
|
|
left: -2em;
|
|
text-align: center;
|
|
width: $la-li-width;
|
|
line-height: inherit;
|
|
&.#{$la-css-prefix}-lg {
|
|
left: -$la-li-width + (4em / 14);
|
|
}
|
|
}
|
|
|