index.less 461 Bytes
@import '~@qx/ui/src/style/variable.less';
@prefix: ~'qx-condition-sql';

.@{prefix} {

  &__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid @N4;
  }

  &__title {
    color: @N9;
  }

  &__select {
    color: @B8;
    width: 60px !important;
    text-align: right;
    :global {
      .ant-select-suffix {
        color: @B8;
      }
    }
  }

  &__input-textarea {
    display: block;
  }
}