UNPKG

coolant

Version:

The modular build radiator

21 lines (20 loc) 617 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Style_1 = require("../util/Style"); var styled_1 = require("./styled"); exports.Radiator = styled_1.styled("div", function () { return ({ position: "fixed", top: 0, bottom: 0, left: 0, right: 0, display: "flex", justifyContent: "space-around", alignItems: "center", backgroundColor: Style_1.Style.color.background, color: Style_1.Style.color.font, fontFamily: "sans-serif", }); }); exports.Muted = styled_1.styled("span", function () { return ({ color: Style_1.Style.color.muted, }); });