File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
core/src/components/button Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 44// Ionic Button
55// -------------------------------------------------------------------------------
66:host {
7- --padding-bottom : var ( --padding-top ) ;
7+ --padding-top : #{ globals . $ion-space-0 } ;
88 --padding-end : #{globals .$ion-space-500 } ;
9+ --padding-bottom : var (--padding-top );
910 --padding-start : var (--padding-end );
10- --padding-top : #{globals .$ion-space-0 } ;
1111 --focus-ring-color : #{globals .$ion-border-focus-default } ;
1212 --focus-ring-width : #{globals .$ion-border-size-050 } ;
1313
168168 --border-radius : #{globals .$ion-border-radius-200 } ;
169169}
170170
171- :host (.button-soft.button-small ) {
172- --border-radius : #{globals .$ion-border-radius-100 } ;
173- }
174-
175171// Round Button
176172// --------------------------------------------------
177173
You can’t perform that action at this time.
0 commit comments