mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-15 07:36:27 -05:00
14 lines
148 B
CSS
14 lines
148 B
CSS
.root {
|
|
width: 100%;
|
|
|
|
& input:not([type="radio"], [type="checkbox"]),
|
|
& textarea,
|
|
& select {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.searchRoot {
|
|
width: 100%;
|
|
}
|