mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
13 lines
259 B
SCSS
13 lines
259 B
SCSS
.toast-main {
|
|
@apply block relative mx-auto box-border text-white p-4;
|
|
background-color: var(--toast-background);
|
|
min-width: 18.75rem;
|
|
max-width: calc(100vw - 2rem);
|
|
min-height: 5rem;
|
|
border-radius: 25px;
|
|
}
|
|
|
|
.toast-content {
|
|
min-height: 3rem;
|
|
}
|