11 lines
137 B
SCSS
11 lines
137 B
SCSS
// html[dir="rtl"] {
|
|
|
|
//content body
|
|
[direction="rtl"] {
|
|
|
|
.bootstrap-select .dropdown-toggle .filter-option{
|
|
text-align: right
|
|
}
|
|
}
|
|
|