@rxdi/ui-kit
Version:
UI Components for building graphql-server website
33 lines • 716 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.style = void 0;
const lit_html_1 = require("@rxdi/lit-html");
const styles_1 = require("../styles");
const transitions_1 = require("../styles/transitions");
exports.style = (0, lit_html_1.css) `
${styles_1.MAIN_CSS}
${transitions_1.TRANSITIONS}
.title {
display: block;
font-size: 20px;
line-height: 1.4;
color: #222;
}
.title.userSelect {
user-select: none;
}
.item {
background: white;
margin-top: 20px;
min-width: 200px;
}
.container {
margin-top: 20px;
margin-bottom: 20px;
}
.content {
color: #666;
font-size: 15px;
}
`;
//# sourceMappingURL=style.js.map