index.less 799 Bytes
@root-entry-name: 'default';
@import '~antd/es/style/themes/index.less';

.video-carousel-modal {
  :global {
    .@{ant-prefix}-modal-content{
      .@{ant-prefix}-modal-close-x{
        height: 46px;
        line-height: 46px;
      }
      .@{ant-prefix}-modal-header{
        padding: 10px 20px;
      }
      .@{ant-prefix}-modal-body {
        position: relative;
        height: auto;
        padding: 0;
      }
    }

  }

  .swiper-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;

    .swiper-title {
      flex: none;
      width: 100%;
      height: 40px;
      padding-left: 20px;
      color: #ffffff;
      line-height: 40px;
      background: #454545;
    }

    .swiper-content {
      height: 500px;
      flex: none;
      background: #454545;
    }
  }
}