Mise à jour d'une feuille de style scss

This commit is contained in:
Julien Gautier
2023-10-04 14:55:52 +02:00
parent f73cd3d81b
commit 296a69c294
@@ -1,12 +1,13 @@
/* Settings */ /* Settings */
@use '@angular/material' as mat; @use '@angular/material' as mat;
@import 'src/styles/variable'; @use 'src/styles/variable' as var;
//@import 'src/styles/variable';
.banner { .banner {
background-color: mat.get-color-from-palette($md-custom-warn, 700); background-color: mat.get-color-from-palette(var.$md-custom-warn, 700);
margin-bottom: 1rem; margin-bottom: 1rem;
&.light { &.light {
background-color: mat.get-color-from-palette($md-custom-accent, 700); background-color: mat.get-color-from-palette(var.$md-custom-accent, 700);
color: #555; color: #555;
button { button {
color: #555; color: #555;