RTL language: mirror arrow icon direction, fix alert icon spacing

This commit is contained in:
Felix Niklas 2018-12-03 17:12:24 +01:00
parent 4b4e3f67ae
commit be7767468a

View file

@ -2714,6 +2714,14 @@ ol.tabs li {
} }
} }
.icon-arrow-left,
.icon-arrow-right,
.icon-line-left-arrow,
.icon-line-right-arrow,
.icon-long-arrow-right {
@include rtl(transform, scaleX(-1));
}
.arrow--disabled { .arrow--disabled {
opacity: 0.23; opacity: 0.23;
} }
@ -3507,6 +3515,7 @@ footer {
opacity: 0; opacity: 0;
transition: 0s; transition: 0s;
transition: .1s 0s; transition: .1s 0s;
pointer-events: none;
.icon { .icon {
fill: white; fill: white;
@ -5909,7 +5918,7 @@ footer {
border: none; border: none;
.icon { .icon {
margin-right: 10px; @include bidi-style(margin-right, 10px, margin-left, 0);
fill: currentColor; fill: currentColor;
} }