mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-18 15:57:44 +02:00
21 lines
318 B
CSS
21 lines
318 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;
|
|
}
|
|
|
|
.table-secondary.text-strike {
|
|
text-decoration: line-through;
|
|
text-decoration-color: #6c757d;
|
|
}
|