datatable/docs/assets/index.css
2018-03-03 14:47:33 +05:30

65 lines
985 B
CSS

*, *::after, *::before {
box-sizing: border-box;
padding: 0;
margin: 0;
}
html, body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 14px;
}
code {
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
h1 {
font-size: 3rem;
margin: 1rem 0;
}
h2 {
font-size: 2.5rem;
}
.padding-1 {
padding: 0.5rem;
}
.installation .code {
width: 50%;
}
.showcase {
display: flex;
flex-direction: column;
align-items: center;
padding: 4rem;
text-align: center;
}
.showcase p {
font-size: 2rem;
margin: 1rem 0;
}
[class^="example-"] {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.code {
text-align: left;
width: 100%;
margin: 1rem 0;
}
.hljs {
border-radius: 3px;
}
footer {
border-top: 1px solid #d1d8dd;
}