Style: change label class form closed to success

This commit is contained in:
Simon Lehericey 2017-11-23 09:32:51 +01:00 committed by gregoirenovel
parent c8f3b69943
commit f9c2da7a5d
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@
border: 1px solid $black;
}
&.closed {
&.success {
background-color: $green;
}