forked from EVOgeek/Vmeda.Online
8 lines
190 B
SCSS
8 lines
190 B
SCSS
|
ion-alert {
|
||
|
&.md .alert-button {
|
||
|
// Remove padding from alert buttons, they already have min accessibility height.
|
||
|
padding-top: 0px;
|
||
|
padding-bottom: 0px;
|
||
|
}
|
||
|
}
|