From 0a0895584c1f9500c2f9023ebec05359ae16d7fa Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Sun, 21 Mar 2021 11:44:54 +0100 Subject: [PATCH] remove button bourbon hack --- .../Resources/public/sass/custom/modules/_buttons.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Resources/public/sass/custom/modules/_buttons.scss b/src/Bundle/ChillMainBundle/Resources/public/sass/custom/modules/_buttons.scss index 584ee0d66..e94aa494e 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/sass/custom/modules/_buttons.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/sass/custom/modules/_buttons.scss @@ -1,12 +1,6 @@ .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); }