You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
174 B
SCSS
8 lines
174 B
SCSS
8 months ago
|
$explainFontSize: 12px;
|
||
|
|
||
|
.form-item-explain {
|
||
|
font-size: $explainFontSize;
|
||
|
color: var(--el-color-info-dark-2);
|
||
|
line-height: 1.5;
|
||
|
margin-top: $explainFontSize * 1.4;
|
||
|
}
|