Match the styles of the authors and the keywords to figma [SCI-8108]

This commit is contained in:
sboursen-scinote 2023-03-13 11:32:11 +01:00
parent 4afac52ad3
commit 59f4768c4e

View file

@ -97,7 +97,7 @@
.data-block { .data-block {
margin-bottom: 16px; margin-bottom: 16px;
:nth-child(2) { & > :nth-child(2) {
margin-left: 8px; margin-left: 8px;
} }
} }
@ -112,11 +112,17 @@
flex-grow: 1; flex-grow: 1;
line-height: 32px; line-height: 32px;
margin-left: 8px; margin-left: 8px;
font-weight: bold;
} }
* { * {
flex-shrink: 0; flex-shrink: 0;
} }
.sci-inline-edit__view,
textarea {
padding-left: 10px;
}
} }
.keywords-data { .keywords-data {
@ -149,7 +155,7 @@
&.active { &.active {
.input-field { .input-field {
border: 1px solid $color-alto; border: 1px solid $brand-focus;
} }
} }
} }