mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-20 00:37:43 +02:00
16 lines
217 B
CSS
16 lines
217 B
CSS
.vertical-align-content{
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.badge-low {
|
|
color: #fff;
|
|
background-color: #FFD600;
|
|
}
|
|
|
|
.badge-critical {
|
|
color: #fff;
|
|
background-color: #AA2C00;
|
|
}
|