feat: use SVG for button icons

ref: N25B-400
This commit is contained in:
Twirre Meulenbelt
2026-01-26 10:09:44 +01:00
parent 470140ebdd
commit 1b0d678826
7 changed files with 51 additions and 5 deletions

View File

@@ -28,6 +28,22 @@
position: static; /* ensures it scrolls away */
}
.controlsButtons {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: .25rem;
max-width: 260px;
flex-wrap: wrap;
button {
display: flex;
justify-content: center;
align-items: center;
}
}
.phaseProgress {
margin-top: 0.5rem;
}