jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/antd-mini/less/Skeleton/Input/index.less

13 lines
252 B
Plaintext
Raw Normal View History

2024-11-15 03:51:28 +00:00
@import (reference) '../variable.less';
.@{skeletonPrefix}-input {
&-animate {
.skeleton-animation();
}
width: @input-width;
height: @input-height;
border-radius: @default-radius;
background: @skeleton-fill;
display: inline-block;
}