You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
565 B
SCSS
17 lines
565 B
SCSS
// App Styles
|
|
// ----------------------------------------------------------------------------
|
|
// Put style rules here that you want to apply to the entire application. These
|
|
// styles are for the entire app and not just one component. Additionally, this
|
|
// file can hold Sass mixins, functions, and placeholder classes to be imported
|
|
// and used throughout the application.
|
|
|
|
.alert-radio-label.sc-ion-alert-md,
|
|
.alert-radio-label.sc-ion-alert-ios {
|
|
white-space: normal;
|
|
}
|
|
|
|
.alert-tappable.sc-ion-alert-md,
|
|
.alert-tappable.sc-ion-alert-ios {
|
|
height: 50px;
|
|
}
|