@use 'sass:map';
@use 'mixins/mixins' as *;
@use 'mixins/function' as *;
@use 'mixins/var' as *;
@use 'common/var' as *;

// @include b(tag) {
// }

.cl-tag {
  .disabled > * {
    pointer-events: none;
  }

  .ant-tag {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
  }

  .new-tag-btn {
    background: #fff;
    border-style: dashed;
  }
}
