Commit e3af076b authored by Robert Knight's avatar Robert Knight

Correct spacing between 'Post' and 'Cancel' buttons

The spacing was lost when the cancel button was moved
into the <publish-annotation-btn> directive.

Card 89
parent 7a7f3f2d
.publish-annotation-btn { .publish-annotation-btn {
display: flex; display: flex;
margin-right: 5px;
&__btn { &__btn {
width: 250px; width: 250px;
...@@ -13,6 +12,7 @@ ...@@ -13,6 +12,7 @@
.publish-annotation-cancel-btn { .publish-annotation-cancel-btn {
$color: #bbb; $color: #bbb;
margin-left: 5px;
color: $color; color: $color;
font-weight: normal; font-weight: normal;
......
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