templates.css.custom.css Maven / Gradle / Ivy
The newest version!
pre {
background: #F1F1F1;
border: 1px solid #E1E1E1;
border-radius: 4px;
}
pre > code {
background: none;
border: none;
}
.container {
max-width: 800px;
}
.header {
margin-top: 6rem;
text-align: center;
}
.value-prop {
margin-top: 1rem;
}
.value-props {
margin-top: 4rem;
margin-bottom: 4rem;
}
.docs-header {
text-transform: uppercase;
font-size: 1.4rem;
letter-spacing: .2rem;
font-weight: 600;
}
.docs-section {
border-top: 1px solid #eee;
padding: 4rem 0;
margin-bottom: 0;
}
.value-img {
display: block;
text-align: center;
margin: 2.5rem auto 0;
}
.example-grid .column,
.example-grid .columns {
background: #EEE;
text-align: center;
border-radius: 4px;
font-size: 1rem;
text-transform: uppercase;
height: 30px;
line-height: 30px;
margin-bottom: .75rem;
font-weight: 600;
letter-spacing: .1rem;
}
.docs-example .row,
.docs-example.row,
.docs-example form {
margin-bottom: 0;
}
.docs-example h1,
.docs-example h2,
.docs-example h3,
.docs-example h4,
.docs-example h5,
.docs-example h6 {
margin-bottom: 1rem;
}
.heading-font-size {
font-size: 1.2rem;
color: #999;
letter-spacing: normal;
}
.code-example {
margin-top: 1.5rem;
margin-bottom: 0;
}
.code-example-body {
white-space: pre;
word-wrap: break-word
}
/* Larger than phone */
@media (min-width: 550px) {
.header {
margin-top: 10rem;
}
.value-props {
margin-top: 9rem;
margin-bottom: 7rem;
}
.value-img {
margin-bottom: 1rem;
}
.example-grid .column,
.example-grid .columns {
margin-bottom: 1.5rem;
}
.docs-section {
padding: 6rem 0;
}
}
.claims {
resize: vertical;
height: fit-content;
}