.vnis {
|
display: flex;
|
flex-shrink: 1;
|
width: 100%;
|
}
|
|
.vnis .form-control {
|
flex-shrink: 1;
|
border-radius: 0;
|
}
|
|
.vnis .btn:first-child {
|
html:not([dir=rtl]) & {
|
border-top-right-radius: 0;
|
border-bottom-right-radius: 0;
|
}
|
|
[dir=rtl] & {
|
border-top-left-radius: 0;
|
border-bottom-left-radius: 0;
|
}
|
}
|
|
.vnis .btn:last-child {
|
html:not([dir=rtl]) & {
|
border-top-left-radius: 0;
|
border-bottom-left-radius: 0;
|
}
|
|
[dir=rtl] & {
|
border-top-right-radius: 0;
|
border-bottom-right-radius: 0;
|
}
|
}
|
|
.material-style .vnis .form-control {
|
padding-right: 1rem !important;
|
padding-left: 1rem !important;
|
}
|
|
.material-style .vnis .form-control-sm {
|
padding-right: .5rem !important;
|
padding-left: .5rem !important;
|
}
|
|
.material-style .vnis .form-control-lg {
|
padding-right: 1.25rem !important;
|
padding-left: 1.25rem !important;
|
}
|