mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-25 00:03:27 +08:00
Merge pull request #2914 from aignatov-bio/ai-sci-5052-fix-label-font-size-for-status-label
Fix font size and font weight for status label [SCI-5052]
This commit is contained in:
commit
540b6ab789
1 changed files with 5 additions and 0 deletions
|
@ -520,6 +520,11 @@
|
|||
.task-flows {
|
||||
grid-column: 2 / span 1;
|
||||
grid-row: 1 / span 2;
|
||||
|
||||
.status-label {
|
||||
@include font-small;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue