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.

close.less 230B

12345678910
  1. .close-base(@top: 0, @icon-font-size: 22px) {
  2. font-size: @icon-font-size;
  3. color: @legend-color;
  4. transition: color @transition-time ease;
  5. position: relative;
  6. top: @top;
  7. &:hover {
  8. color: #444;
  9. }
  10. }