MOBILE-3926 core: Update swipe navigation styles

main
Noel De Martin 2021-11-17 12:30:10 +01:00
parent e42cab8d8b
commit 2c8ef51130
2 changed files with 12 additions and 3 deletions

View File

@ -5,3 +5,15 @@ ion-slides {
ion-slide { ion-slide {
align-items: start; align-items: start;
} }
::ng-deep {
core-loading .core-loading-content {
width: 100%;
}
ion-refresher.refresher-native {
z-index: 2;
}
}

View File

@ -19,9 +19,6 @@
right: calc(50% - 12px - var(--core-avatar-size) / 2) !important; right: calc(50% - 12px - var(--core-avatar-size) / 2) !important;
} }
} }
core-loading .core-loading-content {
width: 100%;
}
} }
} }