CN-983 fix: tag样式调整

This commit is contained in:
chenjinsong
2023-05-09 14:37:54 +08:00
parent 1d36b08517
commit d9187f71d1

View File

@@ -4,13 +4,14 @@
height: 28px;
padding: 0 12px;
justify-content: center;
align-items: center;
line-height: 28px;
font-size: 14px;
border: 1px solid;
border-radius: 2px;
&.entity-tag--small {
height: 20px;
line-height: 20px;
padding: 0 6px;
font-size: 12px;
}
@@ -53,14 +54,10 @@
&.entity-tag--level-two-negative-no-background {
border-color: $negative-color;
color: $negative-color;
padding: 8px 10px;
box-shadow: 0 2px 4px 0 rgba(51,51,51,0.02);
}
&.entity-tag--level-two-positive-no-background {
border-color: $positive-color;
color: $positive-color;
padding: 8px 10px;
box-shadow: 0 2px 4px 0 rgba(51,51,51,0.02);
}
}
}