Style and functionality

This commit is contained in:
Belen Curcio
2017-06-14 18:40:44 -03:00
parent c902a4b05b
commit e160dfaa3e
6 changed files with 94 additions and 18 deletions
+10
View File
@@ -84,6 +84,16 @@
background: #4f5c67;
}
.type--blue {
color: white;
background: #083b97;
}
.type--blue:hover {
color: white;
background: #083b97;
}
.type--darkGrey {
color: white;
background: #616161;