jiro-ui
Version:
A Mithril.js UI library based from construct-ui
59 lines (46 loc) • 925 B
CSS
h1, h2, h3, h4, h5, h6,
.cui-h1, .cui-h2, .cui-h3, .cui-h4, .cui-h5, .cui-h6 {
margin: 0;
margin-bottom: 15px;
font-family: inherit;
font-weight: 400;
line-height: 1.2;
color: #37474f; }
h1, .cui-h1 {
font-size: 35px; }
h2, .cui-h2 {
font-size: 28px; }
h3, .cui-h3 {
font-size: 21px; }
h4, .cui-h4 {
font-size: 17.5px; }
h5, .cui-h5 {
font-size: 14px; }
h6, .cui-h6 {
font-size: 10.5px; }
p {
margin: 0;
margin-bottom: 15px; }
.cui-text-muted {
color: #90a4ae; }
.cui-text-disabled {
color: #cfd8dc; }
code {
padding: 2.5px 5px;
color: #37474f;
background: white;
border-radius: 5px;
font-size: 13px;
border: solid 1px #cfd8dc;
word-break: break-word; }
pre {
border-radius: 5px;
background: white;
border: solid 1px #cfd8dc; }
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
background: none;
border: none;
padding: 15px 20px; }