EvolvedExperiment checks

Thanks to EvolvedExperiment.
- New interface
- New checks
- Include/exclude.
This commit is contained in:
Ángel Montero Lamas 2024-08-21 21:16:40 +02:00
parent 64bc701809
commit edda7ef571
4 changed files with 330 additions and 52 deletions

View file

@ -2286,6 +2286,28 @@ svg.button {
align-items: center;
}
.bmaCheck {
display: inline-flex;
width: 160px;
padding-top: 8px;
}
.bmaInclude, .bmaExclude {
display: inline-flex;
width: 45px;
}
.bmaStates, .bmaCultures, .bmaPopulation {
display: inline-flex;
width: 160px;
padding-top: 8px;
}
.bmaSelect, .bmaNumber {
width: 80px;
}
#errorBox {
font-size: 0.9em;
font-family: var(--monospace);