Style fixes

This commit is contained in:
2025-10-31 14:55:43 +01:00
parent 7549061fba
commit 0828493be5
7 changed files with 32 additions and 9 deletions

View File

@@ -6,6 +6,16 @@
// custom components at https://material.angular.dev/guide/theming
@use '@angular/material' as mat;
@include mat.progress-bar-overrides((
active-indicator-color: white,
track-color: transparent, // Transparent machen
));
// Gradient als Hintergrund
.mdc-linear-progress__buffer-bar {
background: linear-gradient(to right, #6366f1, #db2777) !important;
}
html {
@include mat.theme((
color: (