/* * @author Wolfgang Kowarschick * @copyright 2016-2022 * @license MIT */ @import 'config'; html { height: 100%; width: 100%; display: table; } body { display: table-cell; text-align: center; vertical-align: middle; font-size: $font-size-base !important; font-family: $font-family-sans; } h1 { padding: 0; margin: 0; font-size: $font-size-h1; } p, label { font-family: $font-family-serif; font-size: $font-size-p !important; } label, input { width: 10em; font-size: 100%; display: inline-block; box-sizing: border-box; margin: 0.5ex; } label { text-align: right; } #section_form { text-align: center; margin-left: auto; margin-right: auto; h1 { margin-bottom: 0.5ex; } } #section_hello { p { font-size: $font-size-p-large !important; } }