mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-29 14:00:05 +02:00

[BS5] Use alpha and beta characters for alpha and beta badges GitOrigin-RevId: d57bc4da8ac5142234bec50c56f6a1b98ececc6c
11 lines
169 B
SCSS
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;
|
|
}
|