mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-12 10:34:09 +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';
|
|
}
|