Skip to content
Snippets Groups Projects
Commit 594a4796 authored by Miranda Fluharty's avatar Miranda Fluharty Committed by Phil Hughes
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -53,6 +53,10 @@
display: flex;
flex-direction: row;
 
.btn {
margin: 0;
}
.btn + .btn:not(.dropdown-toggle-split),
.btn + .btn-group,
.btn-group + .btn {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment