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.
33 lines
795 B
SCSS
33 lines
795 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;
|
|
}
|
|
.main-badge{
|
|
position: absolute;
|
|
right: 16px;
|
|
border-radius: 60% !important;
|
|
line-height: 1.7;
|
|
margin: auto;
|
|
top: 0;
|
|
bottom: 0;
|
|
width:32px;
|
|
height: 32px;
|
|
}
|
|
.end-badge{
|
|
left:16px;
|
|
}
|
|
.start-badge{
|
|
right:16px;
|
|
} |