Commit 9eca5577 by marco

updated flag icons to be font-awesome based

parent 646ff9ea
......@@ -2691,20 +2691,35 @@ display:none;
}
}
<<<<<<< HEAD
.notflagged .icon
{
display: block;
=======
}
.notflagged .icon {
display: block;
>>>>>>> updated flag icons to be font-awesome based
float: left;
margin: 3px;
width: 10px;
height: 14px;
padding-right: 3px;
<<<<<<< HEAD
}
.flagged .icon
{
display: block;
color: $gray-l2;
=======
color: $gray-l2;
}
.flagged .icon {
display: block;
>>>>>>> updated flag icons to be font-awesome based
float: left;
margin: 3px;
width: 10px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment