hensei-web/components/RaidSelect/index.scss
Justin Edmund 2f5b1582cd Update types
Added RaidGroup and updated Raid, then updated dependent types and objects
2023-06-05 20:14:30 -07:00

22 lines
349 B
SCSS

.Raid.Select {
min-width: 420px;
.Top {
display: flex;
flex-direction: column;
gap: $unit;
padding: $unit 0;
.SegmentedControl {
width: 100%;
}
.Input.Bound {
background-color: var(--select-contained-bg);
&:hover {
background-color: var(--select-contained-bg-hover);
}
}
}
}