lucid-ui
Version:
A UI component library from AppNexus.
33 lines (25 loc) • 336 B
text/less
@import '../src/index.less';
html,
body {
height: 100%;
}
body {
padding: 2rem 2rem 0 2rem;
background-image: none;
}
h1 {
margin-bottom: 24px;
}
h1.sbdocs-title {
margin-bottom: 24px;
}
#docs-root h2 {
margin-bottom: 30px;
border: none;
}
h3 {
text-transform: none;
}
hr.sbdocs-hr {
border-bottom: 1px solid #e8e6e6;
}