This commit is contained in:
Belen Curcio
2017-09-08 13:33:53 -03:00
parent fefacf039f
commit e28f1caaef
2 changed files with 2 additions and 2 deletions
@@ -7,7 +7,6 @@
color: #383A43;
width: 100%;
text-align: left;
font-weight: bold;
letter-spacing: 0.3px;
&:hover {
@@ -23,6 +22,7 @@
.button.featured {
color: #10589b;
font-weight: bold;
&:hover {
background-color: #D8D8D8;
@@ -11,7 +11,6 @@
color: #383A43;
width: 100%;
text-align: left;
font-weight: bold;
letter-spacing: 0.3px;
&:hover {
@@ -26,4 +25,5 @@
.approved {
color: #519954;
font-weight: bold;
}