Reduce margin between modal footer buttons

Set margin to 0 except left margin on any button after another button
Now matches the 8px from the design spec
This commit is contained in:
Miranda Fluharty 2019-07-10 07:19:07 +00:00 committed by Phil Hughes
parent 92b0d7e09b
commit 594a4796bc

View file

@ -53,6 +53,10 @@
display: flex;
flex-direction: row;
.btn {
margin: 0;
}
.btn + .btn:not(.dropdown-toggle-split),
.btn + .btn-group,
.btn-group + .btn {