fix: rtl list bullet symbol

This commit is contained in:
NGPixel
2020-01-31 22:34:38 -05:00
parent 1914d40574
commit ad3a6e15f9
2 changed files with 11 additions and 6 deletions

View File

@@ -480,9 +480,9 @@ ul {
color: mc('grey', '600');
display: inline-block;
width: 1.35rem;
@at-root .is-rtl & {
content: '\25C0' ;
content: '\25C3' ;
}
}
> li {
@@ -645,6 +645,11 @@ ul {
right: 1rem;
height: calc(90px - 32px);
width: auto;
@at-root .is-rtl & {
left: 1rem;
right: initial;
}
}
&.decor-shadow {
box-shadow: 0 3px 8px 0 rgba(116, 129, 141, 0.1);