hensei-web/components/extra/ExtraContainer/index.module.scss
Justin Edmund 877cb4491e Update extra weapons section
* ExtraContainer split into ExtraContainerItem
* Updated Guidebook result item, grid and unit
* Updated extra weapons grid and weapon grid
2023-06-30 22:14:08 -07:00

18 lines
345 B
SCSS

.container {
background: var(--extra-purple-bg);
border-radius: $card-corner;
display: flex;
margin: $unit-4x auto 0;
flex-direction: column;
max-width: calc($grid-width + $unit-2x);
width: 100%;
// gap: $unit;
& > * {
border-bottom: 2px solid var(--background);
&:last-child {
border-bottom: none;
}
}
}