diff options
-rw-r--r-- | web/cobrands/sass/_base.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index ed8ea49ec..54d1b4f02 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -889,6 +889,13 @@ input.final-submit { @include box-sizing(border-box); } +// Don't want space between block-level buttons, +// because they don't sit beside each other anyway. +.btn--block + .btn--block { + margin-#{$left}: 0; + margin-top: 1em; +} + .btn--small { font-size: 0.8em; } |