mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-16 16:27:41 -05:00
22 lines
348 B
CSS
22 lines
348 B
CSS
.root {
|
|
width: 100%;
|
|
|
|
& input:not([type="radio"], [type="checkbox"]),
|
|
& textarea,
|
|
& select,
|
|
& .react-aria-Group,
|
|
& .react-aria-Select button,
|
|
& .react-aria-DatePicker {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
/* the entity-search fields: their trigger button has to fill the field's width */
|
|
.searchRoot {
|
|
width: 100%;
|
|
|
|
& button[class] {
|
|
width: 100%;
|
|
}
|
|
}
|