Files
Prowlarr-Prowlarr/frontend/src/Components/Form/FormInputGroup.css
Qstick 91ab518dfb Fixed: Backend Updates from Sonarr
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
Co-Authored-By: taloth <taloth@users.noreply.github.com>
2019-06-30 21:50:01 -04:00

52 lines
684 B
CSS

.inputGroupContainer {
flex: 1 1 auto;
min-width: 0;
}
.inputGroup {
display: flex;
flex: 1 1 auto;
flex-wrap: wrap;
}
.inputContainer {
position: relative;
flex: 1 1 auto;
min-width: 0;
}
.inputUnit {
position: absolute;
top: 0;
right: 20px;
margin-top: 7px;
width: 75px;
color: #c6c6c6;
text-align: right;
pointer-events: none;
user-select: none;
}
.inputUnitNumber {
composes: inputUnit;
right: 40px;
}
.pendingChangesContainer {
display: flex;
justify-content: flex-end;
width: 30px;
}
.pendingChangesIcon {
color: $warningColor;
font-size: 20px;
line-height: 35px;
}
.helpLink {
margin-top: 5px;
line-height: 20px;
}