xref: /openbmc/phosphor-webui/app/common/styles/elements/alerts.scss (revision 27ce84d247a41288228713342d4e7745d8806eba)
1//Fixed alerts
2
3.alert-danger{
4  background-color: $alert__danger;
5  border-color: $critical-lightbg;
6  border-radius: 0;
7  color: #333;
8  text-align: left;
9}
10
11
12