
| Current Path : /var/www/html/rocksensor1/web/themes/contrib/bootstrap/css/colors/messages/ |
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/css/colors/messages/messages-light.css |
/**
* @file
* Visual styles for Bootstrap's system messages.
*/
.alert-success {
color: white;
background-color: #00c851;
border-color: #007e33;
}
.alert-warning {
color: white;
background-color: #ffbb33;
border-color: #ff8800;
}
.alert-danger {
color: white;
background-color: #ff4444;
border-color: #cc0000;
}
.alert-dismissible .btn-close {
opacity: 0.6;
}