@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>
37 lines (32 loc) • 953 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var theme_colors = require('../theme/colors.js');
var theme_borders = require('../theme/borders.js');
require('../tslib.es6-9240d9d1.js');
var MuiMobileStepper = {
root: {
paddingLeft: 0,
paddingRight: 0,
"& .MuiLinearProgress-bar": {
borderRadius: theme_borders.borderRadius.lg
}
},
progress: {
width: "100%",
height: "8px",
backgroundColor: theme_colors["default"].gray[200],
borderRadius: theme_borders.borderRadius.lg
},
barColorPrimary: {
backgroundColor: theme_colors["default"].green.light
},
dot: {
backgroundColor: theme_colors["default"].gray[300],
width: 4,
height: 4
},
dotActive: {
backgroundColor: theme_colors["default"].green.main
}
};
exports["default"] = MuiMobileStepper;