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

Use our naming conventions

parent 000c5b9d
No related branches found
No related tags found
1 merge request!34Ajouter les éléments d'accessibilité
......@@ -5,7 +5,7 @@ $input-margin: 0.3rem;
.baseValue {
font-weight: bold;
margin-left: $input-margin;
text-decoration-color: $reform-bg-color;
text-decoration-color: $amendement-bg-color;
text-decoration-line: line-through;
}
......@@ -33,7 +33,7 @@ $input-margin: 0.3rem;
.reformValueModified {
padding: 0.1rem;
background-color: $reform-bg-color;
background-color: $amendement-bg-color;
}
.noOverflow > span {
......
......@@ -26,7 +26,7 @@
button, svg {
text-transform: none !important;
color: $reform-text-color !important;
color: $amendement-text-color !important;
font-family: $default-font-family !important;
}
}
......
@import 'styles/variables.scss';
.amendementText {
color: $reform-text-color !important;
color: $amendement-text-color !important;
}
@import 'styles/variables.scss';
.amendementText {
color: $reform-text-color !important;
color: $amendement-text-color !important;
}
......@@ -7,5 +7,5 @@
}
.newTranche {
color: $reform-text-color;
color: $amendement-text-color;
}
\ No newline at end of file
......@@ -38,7 +38,7 @@
font-weight: bold;
font-size: 40px;
color: #000000;
background-color: $reform-bg-color;
background-color: $amendement-bg-color;
padding: 0.1rem;
}
}
......
......@@ -28,7 +28,7 @@
.reform {
color: #000000;
background-color: $reform-bg-color;
background-color: $amendement-bg-color;
border-radius: 0.3em;
font-family: Lato;
......
......@@ -17,7 +17,7 @@
}
.reformValue {
background-color: $reform-bg-color;
background-color: $amendement-bg-color;
padding: 0.1rem;
}
......@@ -51,7 +51,7 @@
.detailsReformValue {
color: #000000;
font-weight: bold;
background-color: $reform-bg-color;
background-color: $amendement-bg-color;
}
.detailsReformUnit {
......
......@@ -37,6 +37,6 @@
.reform {
font-weight: bold;
color: black;
background-color: $reform-bg-color;
background-color: $amendement-bg-color;
padding: 0.1rem;
}
\ No newline at end of file
$reform-bg-color: rgb(222, 213, 0);
$reform-text-color: #A6A00C;
$amendement-bg-color: rgb(222, 213, 0);
$amendement-text-color: #A6A00C;
$plf-color: rgb(255, 107, 107);
$default-font-family: Lato;
$law-font-family: Lora;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment