UNPKG

@rxdi/ui-kit

Version:

UI Components for building graphql-server website

14 lines 426 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SECONDARY = void 0; const lit_html_1 = require("@rxdi/lit-html"); exports.SECONDARY = (0, lit_html_1.css) ` :root { --secondary-bg-color: #222; --secondary-color: #fff; --secondary-border: 1px solid transparent; --secondary-hover-color: #333; --secondary-active-color: #000; } `; //# sourceMappingURL=secondary.js.map