/** * @author Kowarschick * @copyright 2016 -2017 * @license CC-BY-NC-SA-4.0 */ @import '../../../css/config'; @import '../../../css/common'; html, body { font-family: $font-family-sans; background-color: $gray; } h1 { font-family: $font-family-sans; font-size: 14px; font-weight: bold; line-height: 20px; margin-top: 20px; } h2 { font-family: $font-family-sans; font-size: 12px; font-weight: bold; line-height: 20px; margin-top: 20px; } p { font-family: $gray; font-size: 12px; font-variant: normal; line-height: 5px; } pre { margin: 0 0 !important; line-height: 0; } #loader { font-size: 3vw; font-weight: bold; }