mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-05 20:44:19 +01:00
This commit introduces a refactored EliminationFactory for better modularity, updates the elimination preparation process, and adds functionality to view eliminations. Backoffice templates and forms have been reorganized, minor translations were corrected, and additional assets like styles and flashes were included for enhanced user experience.
13 lines
277 B
SCSS
13 lines
277 B
SCSS
html, body {
|
|
height: 100%;
|
|
background-image: url("../img/background.png");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-color: black;
|
|
color: white;
|
|
|
|
display: grid;
|
|
align-items: center;
|
|
justify-self: center;
|
|
}
|