style(css): add deprecation rules and TODO
Co-authored-by: mfo <mfo@users.noreply.github.com>
This commit is contained in:
parent
59b9ae5c46
commit
a9f2bec636
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue