add .label-(warning|danger|success)

This commit is contained in:
St ef 2021-05-31 21:22:34 +00:00
parent 62d0ed9cb1
commit e66eaaa639

View file

@ -177,6 +177,17 @@ table td.action-column {
margin-bottom: 0;
}
.label-warning {
text-color: orange;
}
.label-danger {
text-color: red;
}
.label-success {
text-color: green;
}
.deployment-status-deployed {
.label-success;
}