add margin beyond buttons

This commit is contained in:
2018-10-23 11:45:58 +02:00
parent 0e84e8c5a2
commit c1b46b9cb0
2 changed files with 7 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
.sc-button {
margin-bottom: 0.5rem;
&.bt-submit, &.bt-save, &.bt-create, &.bt-new {
@include button($green, $white);
}