Mise à jour d'une feuille de style scss
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user