latex-ub/services/web/frontend/stylesheets/bootstrap-5/components/beta-badges.scss
2025-05-05 12:24:05 +00:00

11 lines
169 B
SCSS

.info-badge {
color: var(--blue-50);
}
.alpha-badge {
font-family: $font-family-monospace;
}
.split-test-badge-tooltip .tooltip-inner {
white-space: pre-wrap;
}