@vlinderclimate/net-zero-ui
Version:
<div align="center"> <img src="https://storage.yandexcloud.net/static.vlinderstorage.com/Telegram_VlinderTech.png" width=200 /> </div> <h1 align="center">Net Zero UI kit</h1>
26 lines (21 loc) • 673 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var theme_typography = require('../theme/typography.js');
var MuiInputBase = {
root: {
fontFamily: theme_typography.fontFamily.headline,
"& input": {
padding: 0,
/* Chrome, Safari, Edge, Opera */
"&::-webkit-outer-spin-button, &::-webkit-inner-spin-button": {
"-webkit-appearance": "none",
margin: 0
},
/* Firefox */
"&[type=number]": {
"-moz-appearance": "textfield"
}
}
}
};
exports["default"] = MuiInputBase;