@import (reference) '../theme/variables/index.less';

@gridViewCls: ~'ued-gridview';

.@{gridViewCls} {
  &-blockSelect {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  &-placeholder {
    display: flex;
    flex: 1 1;
    align-items: center;
    justify-content: center;
    height: 45px;
    color: rgba(28, 36, 46, 0.45);
    font-size: 12px;
    background: #f2f3f5;
    border: 1px solid @border-color-base;
  }

  &-content {
    flex: 1 1 auto;
    width: auto;
  }

  &-showIcon {
    border-radius: 8px;
  }

  &-icon {
    width: 22px;
    height: 22px;
    margin-right: 16px;
    margin-left: 16px;
    font-size: 16px;
    cursor: pointer;

    svg {
      width: 22px;
      height: 22px;
    }
  }

  &-nobox {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
  }

  &-select {
    border: 1px solid @primary-color;
  }


  &-content {
    color: currentColor;
  }
}