mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 02:15:50 +00:00
Update alert-variant
This commit is contained in:
parent
d19f07f7b5
commit
680748cb8a
1 changed files with 3 additions and 1 deletions
|
@ -236,7 +236,9 @@ table td.action-column {
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-variant {
|
.alert-variant {
|
||||||
color: @spring-green;
|
background-color: @spring-light-grey;
|
||||||
|
border: @spring-light-grey;
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-success {
|
.alert-success {
|
||||||
|
|
Loading…
Reference in a new issue