apollodec/Apollo/bower_components/bootstrap-rtl/less/modals-rtl.less
venbatechnologies@gmail.com d06b1c0cba status file
2017-12-07 11:31:25 +05:30

25 lines
498 B
Plaintext
Executable File

//
// RTL Modals
// --------------------------------------------------
// Footer (for actions)
.modal-footer {
text-align: left; // right align buttons
// Properly space out buttons
.btn + .btn {
margin-left: auto;
margin-right: 5px;
}
// but override that for button groups
.btn-group .btn + .btn {
margin-right: -1px;
margin-left: auto;
}
// and override it for block buttons as well
.btn-block + .btn-block {
margin-right: 0;
margin-left: auto;
}
}