style(css): add deprecation rules and TODO

Co-authored-by: mfo <mfo@users.noreply.github.com>
This commit is contained in:
Colin Darie 2022-10-10 19:15:46 +02:00
parent 59b9ae5c46
commit a9f2bec636
3 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@
}
}
%container {
%container { // TODO: switch to new design with preview in two view not in two column https://github.com/betagouv/demarches-simplifiees.fr/issues/7882
@include horizontal-padding($default-padding);
max-width: $page-width + 2 * $default-padding;
margin-left: auto;

View file

@ -11,7 +11,7 @@
.button {
text-transform: lowercase;
background-image: none; // remove DSFR underline
background-image: none; // remove DSFR underline, TODO: switch to DSFR download links https://github.com/betagouv/demarches-simplifiees.fr/issues/7883
}
}

View file

@ -2,7 +2,7 @@
display: flex;
flex-wrap: wrap;
> a {
> a { // TODO, re-use DSFR https://github.com/betagouv/demarches-simplifiees.fr/issues/7884
background-image: none; // remove DSFR underline
}
}