@danilandreev/material-docs
Version:
material-docs - react framework for easy creating documentation site in material design style.
40 lines (36 loc) • 769 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.styles = void 0;
var _styles = require("@material-ui/core/styles");
/*
* Author: Andrieiev Danil | danssg08@gmail.com | https://github.com/DanilAndreev
* Copyright (C) 2020.
*/
var styles = function styles(theme) {
return (0, _styles.createStyles)({
root: {},
collapse: {
marginTop: 0
},
toolbar: {
padding: 0,
flexDirection: "row-reverse",
minHeight: 0
},
paperContainer: {
background: "transparent",
height: "100%",
position: "relative"
},
menuButtonLink: {
textDecoration: "none",
color: "inherit"
},
demo: {
position: "relative"
}
});
};
exports.styles = styles;