Various styling fixes and adjustments
This commit is contained in:
parent
f0cf09dc31
commit
e00a07d10c
5 changed files with 13 additions and 2 deletions
|
|
@ -61,6 +61,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.Active {
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
&.btn-blue {
|
&.btn-blue {
|
||||||
background: $blue;
|
background: $blue;
|
||||||
color: #8b8b8b;
|
color: #8b8b8b;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
.Extra {
|
#Party {
|
||||||
|
margin-bottom: $unit * 4;
|
||||||
|
}
|
||||||
|
#Party .Extra {
|
||||||
color: #888;
|
color: #888;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
gap: 58px;
|
gap: 58px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
margin-bottom: $unit * 3;
|
||||||
max-width: 760px;
|
max-width: 760px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
.SegmentedControlWrapper {
|
.SegmentedControlWrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-bottom: $unit * 3;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.SegmentedControl {
|
.SegmentedControl {
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,10 @@
|
||||||
margin-bottom: $unit * 2;
|
margin-bottom: $unit * 2;
|
||||||
margin-right: $unit * 2;
|
margin-right: $unit * 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:nth-last-child(-n+3) {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid_weapons > *:nth-child(3n+3) {
|
.grid_weapons > *:nth-child(3n+3) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue