Skip to content

Commit

Permalink
CPS-332: Add gap between button elements
Browse files Browse the repository at this point in the history
  • Loading branch information
reneolivo committed Mar 9, 2021
1 parent fed0160 commit d55e063
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/civicrm/common/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -435,3 +435,7 @@ button {
color: $crm-white;
text-transform: uppercase;
}

#bootstrap-theme .crm-button:not(:last-child) {
margin-right: $crm-gap-small * 2;
}

0 comments on commit d55e063

Please sign in to comment.