icon color changes and profile link style to match profile page

This commit is contained in:
marco
2013-06-12 15:14:14 -04:00
parent 48f47696c4
commit e5158578f4

View File

@@ -1324,7 +1324,7 @@ body.discussion {
vertical-align: middle;
.profile-link {
//something
font-weight: 700;
}
}
@@ -1425,8 +1425,8 @@ body.discussion {
}
.helpgrid-row-participation {
.icon-plus {color: $green-u2;}
.icon-flag {color: $red-u2;}
.icon-plus {color: $green;}
.icon-flag {color: $pink;}
.icon-star {color: $blue;}
}