hensei-web/components/party/Party/index.scss
Justin Edmund f8df3a2a49 Began refactoring PartyDetails into several files
* 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
2023-04-16 03:54:07 -07:00

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%;
}