Fixed alignment of icons

This commit is contained in:
Phil Hughes 2016-03-31 16:18:45 +01:00
parent d0c08cc5e0
commit 4a503cb8b3
2 changed files with 10 additions and 2 deletions

View file

@ -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;

View file

@ -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;