29 lines
654 B
Plaintext
29 lines
654 B
Plaintext
.badge {
|
|
font-size: 13px;
|
|
display: inline-block;
|
|
color:#fff;
|
|
background: #8e8e93;
|
|
border-radius: 20px;
|
|
padding: 0px 6px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
.item-after & {
|
|
min-width: 20px;
|
|
}
|
|
.icon & {
|
|
position: absolute;
|
|
left: 100%;
|
|
margin-left: -10px;
|
|
top: -2px;
|
|
font-size: 10px;
|
|
line-height: 16px;
|
|
height: 16px;
|
|
border-radius: 16px;
|
|
padding: 0px 4px;
|
|
min-width: 16px;
|
|
font-family: -apple-system, SF UI Text, Helvetica Neue, Helvetica, Arial, sans-serif;
|
|
}
|
|
}
|