xrkffgg
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
0 deletions
-
site/theme/static/colors.less
|
|
@ -65,6 +65,10 @@ |
|
|
|
margin-left: 16px; |
|
|
|
font-size: 14px; |
|
|
|
font-family: Consolas, sans-serif; |
|
|
|
.ant-row-rtl & { |
|
|
|
margin-right: 16px; |
|
|
|
margin-left: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
&-validation { |
|
|
|
position: relative; |
|
|
@ -72,6 +76,10 @@ |
|
|
|
margin-left: 16px; |
|
|
|
color: @error-color; |
|
|
|
font-size: 13px; |
|
|
|
.ant-row-rtl & { |
|
|
|
margin-right: 16px; |
|
|
|
margin-left: 0; |
|
|
|
} |
|
|
|
&-dark { |
|
|
|
margin-left: 0; |
|
|
|
} |
|
|
|