mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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';
|
|
}
|