index.less 252 B

123456789101112
  1. @import (reference) '../variable.less';
  2. .@{skeletonPrefix}-input {
  3. &-animate {
  4. .skeleton-animation();
  5. }
  6. width: @input-width;
  7. height: @input-height;
  8. border-radius: @default-radius;
  9. background: @skeleton-fill;
  10. display: inline-block;
  11. }