frostfs.info/assets/sass/glossary.scss
Mikhail Petrov 5807c420af [#1] Implement initial doc site
Signed-off-by: Mikhail Petrov <m.petrov@yadro.com>
2022-12-29 15:35:27 +03:00

52 lines
1.1 KiB
SCSS

@import "constants";
.glossary {
.trampolines {
font-size: $font-size--l;
text-align: center;
padding-top: .8rem;
@media print {
display: none;
}
}
.entries {
.letter {
@media screen {
dt:target::before {
height: calc(#{$headerHeight} + 4.2rem);
margin-top: calc(-#{$headerHeight} - 4.2rem);
}
}
}
h4 {
font-size: $font-size--m;
border-bottom: 1px solid;
padding-top: 2.2rem;
padding-bottom: .15rem;
top: calc(#{$headerHeight} - 1rem);
margin-top: 0;
margin-bottom: 0;
z-index: $glossary-letter-z;
}
dl {
margin-left: 0;
dt {
list-style-type: none;
margin-bottom: 0;
margin-top: .9rem;
margin-left: 0;
text-transform: capitalize;
}
dd {
list-style-type: none;
margin-left: 1.5rem;
}
}
}
}