17 lines
251 B
CSS
17 lines
251 B
CSS
.noiseField {
|
|
gap: 8px;
|
|
&, label {
|
|
align-items: center;
|
|
display: flex;
|
|
}
|
|
[type="text"][name^="label"] {
|
|
width: 10em;
|
|
}
|
|
[type="text"][name^="percent"] {
|
|
width: 3em;
|
|
}
|
|
[type="text"][name^="scale"] {
|
|
width: 4em;
|
|
}
|
|
}
|