字体加粗
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
.auto-degrade-text {
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.info-icon {
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
background: transparent;
|
||||
border: none;
|
||||
outline: none;
|
||||
line-height: 1.4;
|
||||
line-height: 24px;
|
||||
font-weight: 500;
|
||||
resize: none;
|
||||
.textarea-placeholder{
|
||||
color: theme.$textarea-placeholder-color;
|
||||
@@ -46,6 +47,7 @@
|
||||
padding: 2px 6px;
|
||||
margin-right: 6px;
|
||||
margin-bottom: 6px;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
padding: 0 3px;
|
||||
font-size: 14px;
|
||||
color: theme.$primary-color;
|
||||
font-weight: 500;
|
||||
.dot {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
@@ -63,6 +64,7 @@
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
border-radius: 14px;
|
||||
font-weight: 600;
|
||||
&.time-am {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
@@ -42,6 +42,8 @@
|
||||
align-items: center;
|
||||
.form-item-label{
|
||||
display: flex;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
}
|
||||
.form-right-wrapper{
|
||||
display: flex;
|
||||
|
||||
@@ -156,7 +156,7 @@
|
||||
font-size: 14px;
|
||||
|
||||
.section-title {
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
color: theme.$primary-color;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user