Skip to content
Snippets Groups Projects
Commit da2e86a8 authored by Loïc Poullain's avatar Loïc Poullain
Browse files

Fix conflicts

parent 62b58cd6
No related branches found
No related tags found
1 merge request!13Déplacer la légende
......@@ -19,7 +19,7 @@ function Legende({ montrerPLF }) {
</a>
</span>
)}
<span className={styles.amendment}>Mon amendment</span>
<span className={styles.reform}>Mon amendment</span>
</div>
</div>
);
......
@import 'styles/variables';
.legend, .initial, .amendment, .plf {
.legend, .initial, .reform, .plf {
font-family: $default-font-family;
font-size: 12px;
}
......@@ -34,9 +34,9 @@
}
.amendment {
.reform {
font-weight: bold;
color: black;
background-color: $amendment-bg-color;
background-color: $reform-bg-color;
padding: 0.1rem;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment