From 59f4768c4e27b9c8f99e669ec6128debeeccf291 Mon Sep 17 00:00:00 2001 From: sboursen-scinote Date: Mon, 13 Mar 2023 11:32:11 +0100 Subject: [PATCH] Match the styles of the authors and the keywords to figma [SCI-8108] --- app/assets/stylesheets/protocols/protocol.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/protocols/protocol.scss b/app/assets/stylesheets/protocols/protocol.scss index 506d11dfd..94b2201e3 100644 --- a/app/assets/stylesheets/protocols/protocol.scss +++ b/app/assets/stylesheets/protocols/protocol.scss @@ -97,7 +97,7 @@ .data-block { margin-bottom: 16px; - :nth-child(2) { + & > :nth-child(2) { margin-left: 8px; } } @@ -112,11 +112,17 @@ flex-grow: 1; line-height: 32px; margin-left: 8px; + font-weight: bold; } * { flex-shrink: 0; } + + .sci-inline-edit__view, + textarea { + padding-left: 10px; + } } .keywords-data { @@ -149,7 +155,7 @@ &.active { .input-field { - border: 1px solid $color-alto; + border: 1px solid $brand-focus; } } }