feat: text input for sliders (WIP)

This commit is contained in:
David Ralph
2021-04-26 14:41:23 +01:00
parent 1bc1729bdd
commit d97a3236cf
3 changed files with 21 additions and 4 deletions

View File

@@ -115,7 +115,6 @@ ul {
.PrivateSwitchBase-input-4,
.MuiRadio-root,
.aboutLink,
.MuiIconButton-root,
legend {
color: var(--modal-text) !important;
}
@@ -177,3 +176,11 @@ legend {
}
}
}
.sliderText {
background: none !important;
max-width: 30px;
padding: 0px 0px !important;
border-radius: 0;
font-size: 1rem;
}