mirror of
https://github.com/Readarr/Readarr
synced 2026-01-02 21:53:18 +01:00
8 lines
152 B
CSS
8 lines
152 B
CSS
.deviceInputWrapper {
|
|
display: flex;
|
|
}
|
|
|
|
.input {
|
|
composes: input from '~./TagInput.css';
|
|
composes: hasButton from '~Components/Form/Input.css';
|
|
}
|