Files
landscape-template/src/pages/ProjectPage/VoteCard/style.module.css

11 lines
185 B
CSS

.input::-webkit-outer-spin-button,
.input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
.input[type="number"] {
-moz-appearance: textfield;
}