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