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