
| Current Path : /var/www/html/rocksensor1/web/themes/contrib/bootstrap/components/alert/ |
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/components/alert/alert.css |
/**
* @file
* Visual styles for comments in Bootstrap.
*/
.alert-wrapper {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
max-height: 75vh;
z-index: 9999;
}
.alert-wrapper .alert {
overflow-y: auto;
margin-bottom: 0;
}
.toast-wrapper {
position: fixed;
top: 0;
right: 0;
z-index: 9999;
}
.alert svg {
max-width: 2rem;
}