mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 15:54:00 +08:00
Match the styles of the authors and the keywords to figma [SCI-8108]
This commit is contained in:
parent
4afac52ad3
commit
59f4768c4e
1 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue