Skip to content

Commit 716986c

Browse files
committed
removed --padding-top overrides
1 parent 46baaa6 commit 716986c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/components/button/button.ionic.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103

104104
/* Small Button */
105105
:host(.button-small) {
106-
--padding-top: #{globals.$ion-space-200};
107106
--padding-end: #{globals.$ion-space-400};
108107

109108
@include globals.typography(globals.$ion-body-action-sm);
@@ -113,7 +112,6 @@
113112

114113
/* Large Button */
115114
:host(.button-large) {
116-
--padding-top: #{globals.$ion-space-400};
117115
--padding-end: #{globals.$ion-space-600};
118116

119117
@include globals.typography(globals.$ion-body-action-lg);

0 commit comments

Comments
 (0)