@import '../mixins/mixins.less';
@import '../mixins/config.less';

.b('ap-label', {
  display: flex;
  flex-direction: column;
  align-items: start;
  font-size: 14px;
  &__content{
    display: flex;
    flex-direction: row;
    align-items: center
  }
  &__custom{
    margin-top:2px;
    .ant-tag{
      height:24px;
      line-height: 24px;
    }
    .ant-tag-green{
      color:#34b77c;
      border-color:#34b77c;
      background: rgba(52, 183, 124, 0.06);
    }
    .ant-tag-red{
      color:#FF4D4F;
      border-color:#FF4D4F;
      background: rgba(255, 77, 79, 0.06);
    }
    .ant-tag-blue{
      color:#1890ff;
      border-color:#1890ff;
      background: rgba(24, 144, 255, 0.06);

    }
  }
});
