feat(manager): shows ChampRepetition children

This commit is contained in:
Colin Darie 2022-11-14 14:08:06 +01:00
parent d961769a12
commit d2ad8d8455
3 changed files with 33 additions and 15 deletions

View file

@ -1,3 +1,5 @@
@import "constants";
[data-reach-combobox-token-label] {
border: 1px solid #CCCCCC;
border-radius: 4px;
@ -35,5 +37,13 @@
}
.mt-1 {
margin-top: 1rem;
margin-top: $default-spacer !important;
}
.pl-8 {
padding-left: ($default-spacer * 8) !important
}
.cell-group-header {
font-weight: 600;
}