How can I change jqxNumberInput font size? I ‘ve tried to change style in scss local file but it not works.
.jqx-input-material input, input[type=”text”].jqx-input-material, input[type=”password”].jqx-input-material, input[type=”text”].jqx-widget-content-material, input[type=”textarea”].jqx-widget-content-material, textarea.jqx-input-material {
font-size: 50px !important;
font-weight: bold !important;
resize: none;
background: #fff;
border: none;
border-radius: 0;
box-sizing: border-box;
box-shadow: none;
border-bottom: 0px none !important;
}