* PartyHeader will live at the top, above the new segmented control * PartyDetails stays below, only showing remixed teams and the description * PartyDropdown handles the new ... menu
15 lines
222 B
SCSS
15 lines
222 B
SCSS
#Party .Extra {
|
|
color: #888;
|
|
display: flex;
|
|
font-weight: 500;
|
|
gap: 8px;
|
|
line-height: 34px;
|
|
}
|
|
|
|
nav.RepNavigation {
|
|
display: flex;
|
|
gap: 0;
|
|
justify-content: center;
|
|
margin-bottom: $unit-4x;
|
|
width: 100%;
|
|
}
|