/** * @author Wolfgang Kowarschick * @copyright 2016 - 2017 * @license CC-BY-NC-SA-4.0 */ @import 'config'; html, body { height: 100%; font-size: 2vw !important; font-family: $font-family-sans; background-color: $background-color; } html { display: table; width: 100%; } body { display: table-cell; text-align: center; vertical-align: middle; } h1 { padding-bottom: 0; margin-bottom: 0; } #section_form { text-align: center; width: 21em; margin-left: auto; margin-right: auto; h1 { font-size: 200%; margin-bottom: 0.5ex; } } #section_hello { h1 { font-size: 270%; } } p, label { font-family: $font-family-serif; font-size: 100%; } label, input, button { width: 10em; font-size: 100%; display: inline-block; box-sizing: border-box; margin-bottom: 0.5ex; } label { text-align: right; }