Commit 643ed0f6 authored by micael.bergeron's avatar micael.bergeron

fix note-role alignment

parent b44a1bcd
...@@ -516,7 +516,7 @@ ul.notes { ...@@ -516,7 +516,7 @@ ul.notes {
} }
.note-actions-item { .note-actions-item {
margin-left: 15px; margin-left: 12px;
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -624,16 +624,15 @@ ul.notes { ...@@ -624,16 +624,15 @@ ul.notes {
color: $notes-role-color; color: $notes-role-color;
font-size: 12px; font-size: 12px;
line-height: 20px; line-height: 20px;
margin: 0 3px;
&.note-role-access { &.note-role-access {
top: -2px;
padding: 0 7px; padding: 0 7px;
border: 1px solid $border-color; border: 1px solid $border-color;
border-radius: $label-border-radius; border-radius: $label-border-radius;
} }
&.note-role-special { &.note-role-special {
top: -3px;
text-shadow: 0 0 15px white; text-shadow: 0 0 15px white;
} }
} }
......
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