13 lines
No EOL
194 B
CSS
13 lines
No EOL
194 B
CSS
.inputField {
|
|
max-width: 140px !important;
|
|
& label {
|
|
font-weight: 300 !important;
|
|
}
|
|
& input {
|
|
max-width: 70px !important;
|
|
}
|
|
}
|
|
|
|
.customSlider {
|
|
line-height: 20px !important;
|
|
} |