Page:
Frontend Style Guide
Pages
07 JFX 09.05.2025
08 JFX 16.05.2025
1 Internal Meeting 16.04.2025
2 Internal Meeting 19.04.2025
3 Internal Meeting 24.04.2025
4 Zusatz JFK 26.04.2025
5 MR1 28.04.2025
6 JFX 02.05.2025
Datenbankdiagramm
Documents
Dokumentationskonvention
Frontend Design Mockups
Frontend Style Guide
Frontend
Git
Home
Logo & Corporate
Math rendering
Meetings
PDF generation
Pentesting Backend
Projektauftrag
Projektidee
Real Time Collaboration Research
Technical Research
Teststrategie
Timetracking
UML Klassendiagramm Backend
Versioning and Database Research
Y Websocket Server in Java
No results
1
Frontend Style Guide
Benjamin Goisser edited this page 2026-02-06 17:10:15 +01:00
Table of Contents
Frontend Style Guide
Styling
- Always use SCSS/CSS variables for colors, spacing, typography, and other repeatable values to ensure consistency and easy theming.
- Do not use inline HTML style (e.g.,
<div style="color: red">,...) - All styles should be defined in the corresponding .scss files.
Color Scheme
- Use the colors (e.g. primary, warn, ...) provided by the prebuilt-theme of MaterialUI
Components
- Whenever possible, use the existing Angular Material UI Components.
- Avoid custom implementations if a suitable Material component exists.