@root-entry-name: 'default';
@import (reference) '~antd/es/style/themes/index.less';

.pro-enum {
  &-tag-root {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  &-tag-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: var(--zaui-space-size-sm);
     margin-bottom: calc(var(--zaui-space-size-sm; 8px) * var(--zaui-size; 1));
    padding: var(--zaui-space-size-xs) 10px;
    background-color: #f5f5f5;
    border-radius: var(--zaui-space-size-xs);
    cursor: pointer;
  }

  &-tag-item-selected {
    color: #fff;
    background-color: var(--zaui-brand);
  }
}
