/** * @author Wolfgang Kowarschick * @copyright 2016 - 2017 * @license CC-BY-NC-SA-4.0 */ @import '../../../css/config'; @import '../../../css/common'; html, body { font-family: $font-family-sans; overflow: hidden; height: 100%; } html { display: table; width: 100%; } body { height: 100%; display: table-cell; text-align: center; vertical-align: middle; background-image: linear-gradient(to top, $light-gray 0%, $blue 100%); } #loader { font-size: 4vw; font-weight: bold; }