NewDesign: procedure show add dossier status

This commit is contained in:
Simon Lehericey 2017-07-11 15:43:20 +02:00 committed by Mathieu Magnin
parent ad1a11ab52
commit 013f2463d1
5 changed files with 52 additions and 0 deletions

View file

@ -7,3 +7,5 @@ $border-grey: #CCCCCC;
$dark-red: #A94442;
$light-red: #EBCCD1;
$lighter-red: #F2DEDE;
$green: #35D49E;
$orange: #F59415;

View file

@ -133,6 +133,36 @@
width: 200px;
}
.label {
width: 110px;
text-align: center;
&.instruction {
background-color: #FFFFFF;
color: $blue;
border: 1px solid $blue;
}
&.construction {
background-color: #FFFFFF;
color: $black;
border: 1px solid $black;
}
&.closed {
background-color: $green;
}
&.refused {
background-color: $dark-red;
}
&.without-continuation {
background-color: $black;
}
}
}
h2 {
font-size: 20px;
font-weight: bold;