mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-26 01:34:14 +00:00
9 lines
152 B
CSS
9 lines
152 B
CSS
.deviceInputWrapper {
|
|
display: flex;
|
|
}
|
|
|
|
.input {
|
|
composes: input from '~./TagInput.css';
|
|
composes: hasButton from '~Components/Form/Input.css';
|
|
}
|