fix: update font size and weight in form timeline (#35848)
This commit is contained in:
parent
080d28b5b1
commit
567da33a80
2 changed files with 4 additions and 1 deletions
|
|
@ -172,6 +172,8 @@
|
|||
|
||||
.comment-title {
|
||||
@extend .head-title;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
}
|
||||
.comment-count {
|
||||
margin-left: 5px;
|
||||
|
|
|
|||
|
|
@ -67,7 +67,8 @@ $threshold: 34;
|
|||
h4 {
|
||||
flex: auto;
|
||||
margin-bottom: 0;
|
||||
font-weight: 700;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
.timeline-item {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue