add rejected styling

This commit is contained in:
Marty Alcala 2016-10-11 19:00:16 -04:00
commit 7451aa0e8f
2 changed files with 22 additions and 37 deletions

View file

@ -184,6 +184,14 @@
font-weight: 600;
vertical-align: middle;
color: #09C286;
&.rejected {
background: #E15061;
border-color: #E15061;
color: #FFFFFF;
font-family: "Roboto-Bold";
font-size: 19px;
}
}
}