Commit 594a4796 authored by Miranda Fluharty's avatar Miranda Fluharty Committed by Phil Hughes

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
parent 92b0d7e0
......@@ -53,6 +53,10 @@
display: flex;
flex-direction: row;
.btn {
margin: 0;
}
.btn + .btn:not(.dropdown-toggle-split),
.btn + .btn-group,
.btn-group + .btn {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment