diff --git a/Resources/public/sass/custom/modules/_buttons.scss b/Resources/public/sass/custom/modules/_buttons.scss index e94aa494e..584ee0d66 100644 --- a/Resources/public/sass/custom/modules/_buttons.scss +++ b/Resources/public/sass/custom/modules/_buttons.scss @@ -1,6 +1,12 @@ .sc-button { margin-bottom: 0.5rem; - + + // hack to resolve pixel difference (cancel bourbon rule) + &:not(.bt-submit), &:not(.bt-save), &:not(.bt-create), &:not(.bt-new), &:not(.bt-duplicate), &:not(.bt-not-duplicate), + &:not(.bt-reset), &:not(.bt-delete), &:not(.bt-action), &:not(.bt-edit), &:not(.bt-update), &:not(.bt-show), &:not(.bt-view) { + padding: 7px 12px; + } + &.bt-submit, &.bt-save, &.bt-create, &.bt-new, &.bt-duplicate, &.bt-not-duplicate { @include button($green, $white); }