32 lines
746 B
CSS
32 lines
746 B
CSS
svg.m3.m3-badge {
|
|
position: absolute;
|
|
background-color: var(--md-sys-color-error);
|
|
}
|
|
svg.m3.m3-badge.disable-value {
|
|
padding: 0;
|
|
height: 6px;
|
|
width: 6px;
|
|
border-radius: 3px;
|
|
}
|
|
svg.m3.m3-badge.disable-value > text {
|
|
display: none;
|
|
}
|
|
svg.m3.m3-badge {
|
|
border-radius: 8px;
|
|
height: 16px;
|
|
}
|
|
svg.m3.m3-badge > text {
|
|
fill: var(--md-sys-color-on-error);
|
|
font-size: var(--md-sys-typescale-label-small-font-size);
|
|
font-weight: var(--md-sys-typescale-label-small-font-weight);
|
|
line-height: var(--md-sys-typescale-label-small-line-height);
|
|
font-optical-sizing: none;
|
|
alignment-baseline: central;
|
|
text-anchor: middle;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
/*# sourceMappingURL=badge.css.map */
|