mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
ui: finalize toast
This commit is contained in:
committed by
Aiden McClelland
parent
d6dfdda061
commit
4aaddb233a
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user