summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiranda Fluharty <mfluharty@gitlab.com>2019-07-10 07:19:07 +0000
committerPhil Hughes <me@iamphill.com>2019-07-10 07:19:07 +0000
commit594a4796bc6680c08a98f519670066ec122f5e44 (patch)
treeca0f3509e7a6c5d6fb4f365a9b3ac5c39a756ec7
parent92b0d7e09b003ab039ccbc6653d355a2663df638 (diff)
downloadgitlab-ce-594a4796bc6680c08a98f519670066ec122f5e44.tar.gz
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
-rw-r--r--app/assets/stylesheets/framework/modal.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/modal.scss b/app/assets/stylesheets/framework/modal.scss
index 975dca168d5..1d00372d04d 100644
--- a/app/assets/stylesheets/framework/modal.scss
+++ b/app/assets/stylesheets/framework/modal.scss
@@ -53,6 +53,10 @@
display: flex;
flex-direction: row;
+ .btn {
+ margin: 0;
+ }
+
.btn + .btn:not(.dropdown-toggle-split),
.btn + .btn-group,
.btn-group + .btn {