UNPKG

@codedoc/core

Version:

Create beautiful modern documentation websites.

14 lines 416 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HeaderStyle = void 0; var jss_theme_1 = require("@connectv/jss-theme"); exports.HeaderStyle = jss_theme_1.themedStyle(function (theme) { return ({ header: { position: 'fixed', top: 0, right: 0, zIndex: 100, padding: 32, textAlign: 'right', } }); }); //# sourceMappingURL=style.js.map