@import './list.scss';
@import "../../styles/themes/variable.scss";

#{$xh-prefix}-collapse {
  &-summary {
    .xh-list-extra-icon {
      transition: transform 500ms;
      transform: rotate(90deg);
    }
    &.open {
      .xh-list-extra-icon {
        transform: rotate(-90deg);
      }
    }
  }
  &-detail {
    overflow: hidden;
    transition: height 500ms;
  }
}
