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;
}

View file

@ -3,7 +3,7 @@
- elsif dossier.en_construction?
%span.label.construction en construction
- elsif dossier.closed?
%span.label.closed accepté
%span.label.success accepté
- elsif dossier.refused?
%span.label.refused refusé
- elsif dossier.without_continuation?

View file

@ -67,7 +67,7 @@
%span.label .label
%span.label.instruction .label.instruction
%span.label.construction .label.construction
%span.label.closed .label.closed
%span.label.success .label.success
%span.label.refused .label.refused
%span.label.without-continuation .label.without-continuation