mirror of https://github.com/ColorlibHQ/gentelella
Fix modal button not aligned properly
parent
b621332fdc
commit
8fd7d36b73
|
@ -1746,7 +1746,10 @@ a.star {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: 100%; }
|
width: 100%; }
|
||||||
|
|
||||||
.buttons, button, .btn {
|
button,
|
||||||
|
.buttons,
|
||||||
|
.btn,
|
||||||
|
.modal-footer .btn + .btn {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
margin-right: 5px; }
|
margin-right: 5px; }
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1909,7 +1909,10 @@ a.star {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons, button, .btn {
|
button,
|
||||||
|
.buttons,
|
||||||
|
.btn,
|
||||||
|
.modal-footer .btn+.btn {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue