@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>
20 lines (15 loc) • 1.08 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../tslib.es6-9240d9d1.js');
var theme_colors = require('../theme/colors.js');
var theme_typography = require('../theme/typography.js');
var MuiTableCell = {
root: tslib_es6.__assign(tslib_es6.__assign({}, theme_typography["default"].caption.main), { paddingTop: "11px", paddingBottom: "11px", paddingRight: "24px", paddingLeft: "24px", borderBottom: "1px solid #D9D9D9", backgroundColor: "transparent", transition: "border-color 0.2s ease, background-color 0.2s ease", fontFeatureSettings: "'pnum' on, 'lnum' on, 'liga' off", "&:not(:first-of-type)": {
paddingLeft: 0
}, "@media all and (max-width: 426px)": {
paddingTop: 7,
paddingBottom: 8
} }),
head: tslib_es6.__assign(tslib_es6.__assign({}, theme_typography["default"].supporting.main), { color: theme_colors["default"].alpha[700], paddingTop: "16px", paddingBottom: "16px", backgroundColor: "transparent" })
};
exports["default"] = MuiTableCell;