11 lines
189 B
SCSS
11 lines
189 B
SCSS
|
|
//global styles
|
|
[direction="rtl"] {
|
|
&[data-theme-version="dark"] {
|
|
.border, .border-left, .border-right {
|
|
border-color: $d-border !important;
|
|
}
|
|
}
|
|
|
|
}
|