mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-05 20:44:19 +01:00
Refactor elimination feature and improve backoffice usability
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.
This commit is contained in:
4
assets/backoffice.js
Normal file
4
assets/backoffice.js
Normal file
@@ -0,0 +1,4 @@
|
||||
import 'bootstrap/dist/css/bootstrap.min.css'
|
||||
import * as bootstrap from 'bootstrap'
|
||||
|
||||
import './styles/app.scss';
|
||||
BIN
assets/img/background.png
Normal file
BIN
assets/img/background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 164 KiB |
12
assets/styles/quiz.scss
Normal file
12
assets/styles/quiz.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user