@rxdi/ui-kit
Version:
UI Components for building graphql-server website
67 lines (63 loc) • 1.16 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.style = void 0;
const lit_html_1 = require("@rxdi/lit-html");
exports.style = (0, lit_html_1.css) `
.article {
color: #666;
}
.title {
font-size: 38px;
line-height: 1.2;
font-weight: 300;
margin-top: 0px;
text-transform: none;
}
a {
cursor: pointer;
user-select: none;
}
a:hover {
color: #666;
}
h1 a {
text-decoration: none;
}
.article-meta {
font-size: 14px;
line-height: 1.4;
color: #999;
}
.text-lead {
font-size: 24px;
line-height: 1.5;
font-weight: 300;
color: #222;
}
.section {
width: 250px;
display: flex;
text-transform: uppercase;
}
.section div {
padding: 0;
line-height: 1.5;
background: none;
color: #222;
font-size: 14px;
position: relative;
}
.section div:hover {
cursor: pointer;
}
.section div:hover::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
border-bottom: 1px solid #222;
transition: right 0.3s ease-out;
}
`;
//# sourceMappingURL=style.js.map