mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 10:25:48 +00:00
add .label-(warning|danger|success)
This commit is contained in:
parent
62d0ed9cb1
commit
e66eaaa639
1 changed files with 11 additions and 0 deletions
|
@ -177,6 +177,17 @@ table td.action-column {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.label-warning {
|
||||||
|
text-color: orange;
|
||||||
|
}
|
||||||
|
|
||||||
|
.label-danger {
|
||||||
|
text-color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
.label-success {
|
||||||
|
text-color: green;
|
||||||
|
}
|
||||||
.deployment-status-deployed {
|
.deployment-status-deployed {
|
||||||
.label-success;
|
.label-success;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue