.component-count-down{
    button{
      color: @blue-light;
      height: 100%;
      font-size: @font-xs;
      border: 0;
      height: .3rem;
      line-height: .14rem;

      span{
        color: @blue-light;
      }

      &:disabled{
        color: @blue-gray-light-2l;
        background-color: transparent!important;
      }
    }
}
