
| Current Path : /var/www/html/rocksensor1/web/themes/contrib/bootstrap/scss/components/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor1/web/themes/contrib/bootstrap/scss/components/alerts.scss |
/**
* @file
* Visual styles for comments in Bootstrap.
*/
.alert-wrapper {
position: fixed;
bottom: 0;
left: 0;
max-width: 100%;
max-height: 75vh;
overflow: scroll;
z-index: 9999;
}
.toast-wrapper {
position: fixed;
top: 0;
right: 0;
z-index: 9999;
}
.alert {
svg {
max-width: 2rem;
}
}