10 lines
140 B
SCSS
10 lines
140 B
SCSS
![]() |
.guideProviderSelectListings {
|
||
|
[dir="ltr"] & {
|
||
|
margin:0 0 0 .5em;
|
||
|
}
|
||
|
|
||
|
[dir="rtl"] & {
|
||
|
margin:0 .5em 0 0;
|
||
|
}
|
||
|
}
|