@import "../../style/index.less";

@ui-prefix-accordions: yyui-accordions;
@collapse-prefix-cls: ant-collapse;

.@{ui-prefix-accordions}{
  .@{collapse-prefix-cls} {
    border:0;
    &-item{    //  IE CSS Hack
      border-top:0;
      //&:first-child {
      //  border-top: 0;
      //}
      .arrow{
        top: 0px\9;
        left: 16px\9;
      }
    }
    &-content {
      overflow: hidden;
      color: @text-color;
      padding: 0 16px;
      background-color: @page-background;
      & > &-box {
        padding-top: 16px;
        padding-bottom: 16px;
      }
      &-inactive {
        display: none;
      }
    }
    //&-item:last-child {
    //  > .@{collapse-prefix-cls}-content {
    //    border-radius: 0 0 3px 3px;
    //  }
    //}
  }
}

.@{collapse-prefix-cls} {
  & > &-item {
    > .@{collapse-prefix-cls}-header {
      background-color: @page-background;
      border-bottom: 1px solid @border-color-base;
    }
  }
}
