Mise à jour d'une feuille de style scss
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
/* Settings */
|
||||
@use '@angular/material' as mat;
|
||||
@import 'src/styles/variable';
|
||||
@use 'src/styles/variable' as var;
|
||||
//@import 'src/styles/variable';
|
||||
|
||||
.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;
|
||||
&.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;
|
||||
button {
|
||||
color: #555;
|
||||
|
||||
Reference in New Issue
Block a user