Style: change label class form closed to success
This commit is contained in:
parent
c8f3b69943
commit
f9c2da7a5d
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
|||
border: 1px solid $black;
|
||||
}
|
||||
|
||||
&.closed {
|
||||
&.success {
|
||||
background-color: $green;
|
||||
}
|
||||
|
||||
|
|
|
@ -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?
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue