You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/frontend/src/Components/Form/FormInputGroup.css

31 lines
388 B

.inputGroupContainer {
flex: 1 1 auto;
}
.inputGroup {
display: flex;
flex: 1 1 auto;
flex-wrap: wrap;
}
.inputContainer {
flex: 1 1 auto;
}
.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;
}