mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-28 18:05:49 +00:00
missing fucking ;
This commit is contained in:
parent
1538e8cc55
commit
84e6acafb9
1 changed files with 2 additions and 2 deletions
|
@ -51,11 +51,11 @@
|
|||
|
||||
@alert-success-bg: @spring-light-grey;
|
||||
@alert-success-border: @spring-light-grey;
|
||||
@alert-success-text: @spring-green
|
||||
@alert-success-text: @spring-green;
|
||||
|
||||
@alert-info-bg: @spring-light-grey;
|
||||
@alert-info-border: @spring-light-grey;
|
||||
@alert-info-text: @spring-green
|
||||
@alert-info-text: @spring-green;
|
||||
|
||||
@alert-warning-bg: @spring-light-grey;
|
||||
@alert-warning-border: orange;
|
||||
|
|
Loading…
Reference in a new issue