* Renaming index.scss files to index.module.scss * Changing `import from` to `import styles from`
22 lines
349 B
SCSS
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);
|
|
}
|
|
}
|
|
}
|
|
}
|