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.WARNING = void 0; const lit_html_1 = require("@rxdi/lit-html"); exports.WARNING = (0, lit_html_1.css) ` :root { --warning-bg-color: #faa05a; --warning-color: #fff; --warning-border: 1px solid transparent; --warning-hover-color: #e19457; --warning-active-color: #ef9a56; } `; //# sourceMappingURL=warning.js.map