@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>
33 lines (28 loc) • 873 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var theme_colors = require('../theme/colors.js');
var theme_typography = require('../theme/typography.js');
require('../tslib.es6-9240d9d1.js');
var MuiInputLabel = {
root: {
"&.MuiInputLabel-formControl": {
position: "relative",
fontFamily: theme_typography.fontFamily.headline,
color: theme_colors["default"].gray[700],
fontSize: theme_typography.fontSize.xs2,
fontWeight: theme_typography.fontWeight.normal,
lineHeight: theme_typography.lineHeight.xs2,
marginBottom: 8
}
},
animated: {
transform: "none"
},
formControl: {
transform: "none"
},
shrink: {
transform: "none"
}
};
exports["default"] = MuiInputLabel;