MOBILE- 4470 alert: Remove vertical padding from buttons
parent
778dda1ccd
commit
ed22463b9c
|
@ -0,0 +1,7 @@
|
|||
ion-alert {
|
||||
&.md .alert-button {
|
||||
// Remove padding from alert buttons, they already have min accessibility height.
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
}
|
|
@ -29,6 +29,7 @@
|
|||
/* Ionic components overrides */
|
||||
html {
|
||||
@import "components/ion-action-sheet.scss";
|
||||
@import "components/ion-alert.scss";
|
||||
@import "components/ion-back-button.scss";
|
||||
@import "components/ion-button.scss";
|
||||
@import "components/ion-card.scss";
|
||||
|
|
Loading…
Reference in New Issue