Add guidebooks to RaidCombobox + styles
* Added guidebooks to the dummy raid group * Fix background color * Make less tall
This commit is contained in:
parent
69c85e0ae9
commit
d338459cf5
2 changed files with 5 additions and 2 deletions
|
|
@ -65,7 +65,7 @@
|
||||||
.Raids {
|
.Raids {
|
||||||
border-bottom-left-radius: $card-corner;
|
border-bottom-left-radius: $card-corner;
|
||||||
border-bottom-right-radius: $card-corner;
|
border-bottom-right-radius: $card-corner;
|
||||||
height: 50vh;
|
height: 36vh;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
padding: 0 $unit;
|
padding: 0 $unit;
|
||||||
|
|
||||||
|
|
@ -120,7 +120,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.DetailsWrapper .PartyDetails.Editable .Raid.SelectTrigger {
|
.DetailsWrapper .PartyDetails.Editable .Raid.SelectTrigger,
|
||||||
|
.EditTeam .Raid.SelectTrigger {
|
||||||
|
background: var(--input-bound-bg);
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-bottom: 11px;
|
padding-bottom: 11px;
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,7 @@ const untitledGroup: RaidGroup = {
|
||||||
section: 0,
|
section: 0,
|
||||||
order: 0,
|
order: 0,
|
||||||
extra: false,
|
extra: false,
|
||||||
|
guidebooks: false,
|
||||||
raids: [],
|
raids: [],
|
||||||
difficulty: 0,
|
difficulty: 0,
|
||||||
hl: false,
|
hl: false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue