You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
314 B
9 lines
314 B
|
3 years ago
|
$code-input-color: $text-color;
|
||
|
|
$code-input-borde-color: $border-color;
|
||
|
|
$code-input-dot-size: 14rpx;
|
||
|
|
$code-input-font-size: 36rpx;
|
||
|
|
$code-input-size: 70rpx;
|
||
|
|
$code-input-cursor-width: 1px;
|
||
|
|
$code-input-cursor-height: 40%;
|
||
|
|
$code-input-cursor-animation-name: u-cursor-flicker;
|
||
|
|
$code-input-cursor-animation-duration: 1s;
|