/** * @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; overflow: hidden; height: 100%; } html { display: table; width: 100%; } body { height: 100%; display: table-cell; text-align: center; vertical-align: middle; } #loader { font-size: 3vw; font-weight: bold; }