You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
781 B
42 lines
781 B
.vxe-badge {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
.vxe-badge.is--dot::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: -0.25em;
|
|
right: -0.25em;
|
|
text-align: center;
|
|
width: 0.5em;
|
|
height: 0.5em;
|
|
border-radius: 50%;
|
|
background-color: #ff4d4f;
|
|
z-index: 1;
|
|
}
|
|
|
|
.vxe-badge--count {
|
|
position: absolute;
|
|
top: -0.8em;
|
|
right: -0.8em;
|
|
text-align: center;
|
|
min-width: 1.5em;
|
|
height: 1.5em;
|
|
padding: 0 0.4em;
|
|
border-radius: 0.8em;
|
|
font-size: 0.8em;
|
|
background-color: #ff4d4f;
|
|
color: #fff;
|
|
z-index: 1;
|
|
}
|
|
|
|
.vxe-badge.size--medium {
|
|
font-size: var(--vxe-ui-font-size-medium);
|
|
}
|
|
.vxe-badge.size--small {
|
|
font-size: var(--vxe-ui-font-size-small);
|
|
}
|
|
.vxe-badge.size--mini {
|
|
font-size: var(--vxe-ui-font-size-mini);
|
|
}
|