Commit 4a503cb8 authored by Phil Hughes's avatar Phil Hughes

Fixed alignment of icons

parent d0c08cc5
......@@ -212,5 +212,6 @@ $location-active-bg: $search-input-border-color;
* Notes
*/
$notes-light-color: #8e8e8e;
$notes-action-color: #8f8f8f;
$notes-action-color: #c3c3c3;
$notes-role-color: #8e8e8e;
$notes-role-border-color: #e4e4e4;
......@@ -197,6 +197,13 @@ ul.notes {
line-height: 24px;
.fa {
position: relative;
top: 1px;
font-size: 17px;
}
.fa-trash-o {
top: 0;
font-size: 16px;
}
}
......@@ -219,7 +226,7 @@ ul.notes {
display: inline-block;
padding-left: 4px;
padding-right: 4px;
color: $notes-action-color;
color: $notes-role-color;
font-size: 12px;
line-height: 20px;
border: 1px solid $notes-role-border-color;
......
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