encryption integration fixes

This commit is contained in:
Drew Ansbacher
2021-09-14 22:35:46 -06:00
committed by Drew Ansbacher
parent 6d12c4acfb
commit 8d944cddff
4 changed files with 99 additions and 19 deletions

View File

@@ -53,6 +53,16 @@ ion-item {
}
}
.error-toast {
--border-color: var(--ion-color-danger);
width: 40%;
min-width: 400px;
--end: 8px;
right: 8px;
left: unset;
top: 64px;
}
@media (min-width:1000px) {
.alertlike-modal {
.modal-wrapper {