2
0
Fork 0
Vmeda.Online/src/theme/components/ion-alert.scss

8 lines
190 B
SCSS
Raw Normal View History

ion-alert {
&.md .alert-button {
// Remove padding from alert buttons, they already have min accessibility height.
padding-top: 0px;
padding-bottom: 0px;
}
}