25 lines
786 B
SCSS
Vendored
25 lines
786 B
SCSS
Vendored
.btn-group{
|
|
direction: ltr;
|
|
}
|
|
.modal-header{
|
|
.btn-close {
|
|
margin: -.625rem auto -.625rem -.625rem;
|
|
}
|
|
}
|
|
|
|
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3)
|
|
{
|
|
border-radius: 0 5px 5px 0;
|
|
}
|
|
|
|
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback)
|
|
{
|
|
margin-right: -1px;
|
|
margin-left: unset;
|
|
border-radius: 5px 0 0 5px;
|
|
}
|
|
|
|
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4)
|
|
{
|
|
border-radius: 0 5px 5px 0;
|
|
} |