Files
server/core/src/scss/components/_VBadge.scss
2026-02-10 18:46:11 -05:00

12 lines
146 B
SCSS

.v-badge__badge {
min-width: 16px;
height: 16px;
padding: 4px;
}
.v-badge--dot {
.v-badge__badge {
height: 8px;
width: 8px;
}
}