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:
aignatov-bio 2020-10-26 14:01:37 +01:00 committed by GitHub
commit 540b6ab789
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -520,6 +520,11 @@
.task-flows {
grid-column: 2 / span 1;
grid-row: 1 / span 2;
.status-label {
@include font-small;
font-weight: bold;
}
}
}