13 lines
252 B
Plaintext
13 lines
252 B
Plaintext
![]() |
@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;
|
||
|
}
|