10 lines
150 B
SCSS
10 lines
150 B
SCSS
div#mon-panier {
|
|
background-color: $green-200;
|
|
.intro {
|
|
background-color: $green-100;
|
|
}
|
|
.resume {
|
|
background-color: $green-300;
|
|
}
|
|
}
|