diff --git a/assets/css/src/generic/_buttons.scss b/assets/css/src/generic/_buttons.scss index 6168c40f4b..2a53142ef9 100644 --- a/assets/css/src/generic/_buttons.scss +++ b/assets/css/src/generic/_buttons.scss @@ -74,11 +74,6 @@ } } -.mailpoet-button-large { - min-height: 48px; - padding: 13px 24px 11px; -} - .mailpoet-button-light { background: $color-secondary-light; color: $color-secondary; diff --git a/assets/js/src/common/button/_stories/button.tsx b/assets/js/src/common/button/_stories/button.tsx index d5a1468e35..69e2967cc8 100644 --- a/assets/js/src/common/button/_stories/button.tsx +++ b/assets/js/src/common/button/_stories/button.tsx @@ -57,31 +57,6 @@ export const WithoutIcons = () => (


- Large buttons -

- - - -

-
- Disabled buttons

- -