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; } } }