UNPKG

@rxdi/ui-kit

Version:

UI Components for building graphql-server website

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