Various styling fixes and adjustments

This commit is contained in:
Justin Edmund 2022-02-24 18:15:08 -08:00
parent f0cf09dc31
commit e00a07d10c
5 changed files with 13 additions and 2 deletions

View file

@ -61,6 +61,10 @@
}
}
&.Active {
background: white;
}
&.btn-blue {
background: $blue;
color: #8b8b8b;

View file

@ -1,4 +1,7 @@
.Extra {
#Party {
margin-bottom: $unit * 4;
}
#Party .Extra {
color: #888;
display: flex;
font-weight: 500;

View file

@ -3,6 +3,7 @@
gap: 58px;
justify-content: center;
margin: 0 auto;
margin-bottom: $unit * 3;
max-width: 760px;
position: relative;
}

View file

@ -1,7 +1,6 @@
.SegmentedControlWrapper {
display: flex;
justify-content: center;
margin-bottom: $unit * 3;
}
.SegmentedControl {

View file

@ -21,6 +21,10 @@
margin-bottom: $unit * 2;
margin-right: $unit * 2;
}
&:nth-last-child(-n+3) {
margin-bottom: 0;
}
}
.grid_weapons > *:nth-child(3n+3) {