ui: finalize toast

This commit is contained in:
Aaron Greenspan
2021-01-07 14:33:10 -07:00
committed by Aiden McClelland
parent d6dfdda061
commit 4aaddb233a
7 changed files with 66 additions and 80 deletions

View File

@@ -91,7 +91,7 @@
--button-color: var(--ion-color-primary);
--border-color: var(--ion-color-warning);
--border-style: solid;
--border-width: 2px;
--border-width: 1px;
--color: white;
}
@@ -194,6 +194,32 @@ ion-popover {
}
}
@media (min-width:1000px) {
.alertlike-modal {
--backdrop-opacity: 0.7 !important;
.modal-wrapper {
height: 46% !important;
width: 46% !important;
left: 26% !important;
top: 26% !important;
--box-shadow: none !important;
}
}
}
.alertlike-modal {
--backdrop-opacity: 0.7 !important;
.modal-wrapper {
height: 60% !important;
width: 80% !important;
left: 10% !important;
top: 20% !important;
--box-shadow: none !important;
}
}
.alert-error-message {
.alert-message {
color: var(--ion-color-danger);