ze-react-component-library
Version:
ZeroETP React Component Library
20 lines (17 loc) • 328 B
text/less
@import "~antd/es/style/themes/default.less";
.ze-tag {
cursor: pointer;
line-height: 1;
margin: 0;
padding: 8px 12px;
border-radius: 16px;
border-color: #c5c5d0;
border-width: 0.5px;
background: white;
font-size: 12px;
color: #59596b;
}
.ze-tag-primary {
.ze-tag();
color: var(--ant-primary-color);
}