$prefix: jira_modal-import

.#{$prefix}
  &
    .ant-modal-body
      max-height: calc(100vh - 30px - 130px)
      overflow: auto
      .ant-form-horizontal
        .ant-form-item-control
          width: 0
    input
      &:focus
        box-shadow: none
  &__import-wrapper
    display: flex
    textarea
      min-height: 260px

  &__import-left,
  &__import-right
    flex: 1

  &__wrapper .ant-modal
    top: 30px

  &__import-left
    font-size: 15px
    margin-right: 8px
  &__import-right
    overflow: auto
    margin-left: 8px

    .markdown-body
      > ul > li
        &:before
          color: #1890ff
          content: "[ISSUE] "
        &[data-estimate]:before
          color: #1890ff
          content: "[ISSUE] (" attr(data-estimate) "' "
        > ul > li
          &:before
            color: #1890ff
            content: "[SUB_TASK] "


  &__common-form
    //max-width: 800px
