UNPKG

276 BSCSSView Raw
1#{$time-picker-prefix}-body[dir="rtl"] {
2 #{$time-picker-prefix}-menu {
3 float: right;
4 &:not(:last-child) {
5 border-right: none;
6 border-left: $time-picker-menu-border-width $line-solid $time-picker-menu-border-color;
7 }
8 }
9}