feat: RTL support (#1634)

This commit is contained in:
Sergey Andrievskiy 2018-05-11 17:25:02 +03:00 committed by Dmitry Nehaychik
parent 06d2197583
commit 3b63759e84
40 changed files with 660 additions and 196 deletions

View file

@ -70,7 +70,8 @@
.current-rate {
font-size: 1.5rem;
padding-left: 1rem;
@include nb-ltr(padding-left, 1rem);
@include nb-rtl(padding-right, 1rem);
color: nb-theme(color-fg-heading);
}
@ -82,6 +83,7 @@
position: relative;
.form-control {
padding-left: 3rem;
}