.c7ncd-deployment {
  &-wrap {
    position: relative;
    display: flex;
    height: calc(100% - 57px);
    width: 100%;
    padding: 12px 12px 0;
  }

  &-main {
    flex: 1;
    padding: .15rem .2rem;
    min-width: 2rem;
    height: 100%;
    background: #fff;
    overflow: auto;
    .c7ncd-deployment-detail-content-section-title {
      margin-top: 0 !important;
    }
  }

  &-animate {
    transition: width 0.05s ease-out, height 0.05s ease-out, background 0.05s ease-out, opacity 0.05s ease-out, transform 0.05s ease-out;
  }
}
