feat(style): component using basic css variables
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
&__info,
|
||||
&__error-info {
|
||||
margin-top: @padding-md;
|
||||
margin-top: var(--van-padding-md);
|
||||
font-size: var(--van-password-input-info-font-size);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user