mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-18 21:35:27 -04:00
v3 UI
This commit is contained in:
committed by
Taloth Saldono
parent
99feff549d
commit
5894b4fd95
49
frontend/src/Components/Form/FormInputGroup.css
Normal file
49
frontend/src/Components/Form/FormInputGroup.css
Normal file
@@ -0,0 +1,49 @@
|
||||
.inputGroupContainer {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.inputGroup {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.inputContainer {
|
||||
position: relative;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user