Commit 3c184583 authored by Nick Stenning's avatar Nick Stenning

Remove additional margin at foot of annotation card

There should be 15px, not 20px of margin at the bottom of the annotation
card, just as at the top.

Removing this CSS means that the annotation footer has no bottom margin
and the 15px is provided for all sizes of the card by padding on
.annotation-card.
parent 8f71a168
...@@ -108,9 +108,6 @@ $annotation-card-left-padding: 10px; ...@@ -108,9 +108,6 @@ $annotation-card-left-padding: 10px;
.annotation-footer { .annotation-footer {
@include font-normal; @include font-normal;
color: $grey-5; color: $grey-5;
// Margin between bottom of ascent of annotation footer labels
// and bottom of annotation card should be ~20px.
margin-bottom: $layout-h-margin - 13px;
margin-top: $layout-h-margin; margin-top: $layout-h-margin;
} }
......
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