This commit is contained in:
Belen Curcio
2017-07-13 16:36:41 -03:00
parent 1b97811cb0
commit f8a6987476
8 changed files with 102 additions and 87 deletions
@@ -0,0 +1,27 @@
.button {
color: #2a2a2a;
background: none;
padding: 0px;
border: none;
margin-right: 10px;
}
.button:hover {
color: #767676;
cursor: pointer;
}
.button.featured {
color: #10589b;
}
.button.featured:hover {
color: #10589b;
cursor: pointer;
}
.icon {
font-size: 18px;
padding: 0 5px;
vertical-align: middle;
}