Commit 25d7a493 authored by Sheetal Umesh Kumar's avatar Sheetal Umesh Kumar Committed by Nick Stenning

Fix margin above annotation-link and improve annotation-quote letter spacing and font-size. (#3308)

parent c95b0f36
...@@ -51,6 +51,9 @@ $annotation-card-left-padding: 10px; ...@@ -51,6 +51,9 @@ $annotation-card-left-padding: 10px;
.annotation-link { .annotation-link {
@include font-small; @include font-small;
color: $grey-4; color: $grey-4;
// Decrease the margin between the more/less link
// and the annotation body.
margin-top: -12px;
} }
.annotation-replies:hover { .annotation-replies:hover {
...@@ -172,6 +175,8 @@ $annotation-card-left-padding: 10px; ...@@ -172,6 +175,8 @@ $annotation-card-left-padding: 10px;
@include font-normal; @include font-normal;
color: $grey-4; color: $grey-4;
font-family: sans-serif; font-family: sans-serif;
letter-spacing: 0.1px;
font-size: 12px;
del { del {
background:#ffe6e6; background:#ffe6e6;
......
...@@ -56,6 +56,6 @@ ...@@ -56,6 +56,6 @@
// Remove additional margin-bottom added by the last p within // Remove additional margin-bottom added by the last p within
// the annotation-body // the annotation-body
p:last-child { p:last-child {
margin-bottom: 0; margin-bottom: 1px;
} }
} }
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