lbry.tech/sass/partials/_glossary.scss

35 lines
575 B
SCSS
Raw Normal View History

.glossary {
main {
margin-left: 200px;
width: calc(100vw - 200px);
}
.page__header-wrap,
.page__content {
.inner-wrap {
margin-left: 1rem;
max-width: initial;
}
}
}
2018-07-20 00:36:48 +02:00
.component--glossary-toc {
width: 200px; height: calc(100vh - 4rem);
top: 4rem; left: 0;
2018-07-20 00:36:48 +02:00
background-color: $white;
border-right: 1px solid rgba($gray, 0.3);
font-size: 0.8rem !important;
overflow-x: hidden;
overflow-y: auto;
padding-top: 1rem !important;
position: fixed !important;
2018-07-20 00:36:48 +02:00
z-index: 1;
li:last-of-type {
margin-bottom: 1rem;
}
2018-07-20 00:36:48 +02:00
}