forked from EVOgeek/Vmeda.Online
21 lines
260 B
SCSS
21 lines
260 B
SCSS
ion-slides {
|
|
min-height: 100%;
|
|
}
|
|
|
|
ion-slide {
|
|
align-items: start;
|
|
}
|
|
|
|
::ng-deep {
|
|
|
|
core-loading .core-loading-content {
|
|
display: block !important;
|
|
width: 100%;
|
|
}
|
|
|
|
ion-refresher.refresher-native {
|
|
z-index: 2;
|
|
}
|
|
|
|
}
|