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

Rename $amendment-color to $amendment-bg-color

parent 7ab8ccf7
Branches
No related tags found
1 merge request!7Isoler les portées CSS, mettre le nouveau code couleur, faire un peu de ménage
......@@ -5,7 +5,7 @@ $input-margin: 0.3rem;
.initialValue {
font-weight: bold;
margin-left: $input-margin;
text-decoration-color: $amendment-color;
text-decoration-color: $amendment-bg-color;
text-decoration-line: line-through;
}
......@@ -33,7 +33,7 @@ $input-margin: 0.3rem;
.amendmentValueModified {
padding: 0.1rem;
background-color: $amendment-color;
background-color: $amendment-bg-color;
}
.noOverflow > span {
......
......@@ -42,7 +42,7 @@
font-size: 40px;
/* filter: blur(1.25px);*/
color: #000000;
background-color: $amendment-color;
background-color: $amendment-bg-color;
padding: 0.1rem;
}
}
......@@ -28,7 +28,7 @@
.amendment {
color: #000000;
background-color: $amendment-color;
background-color: $amendment-bg-color;
border-radius: 0.3em;
font-family: Lato;
......
......@@ -17,7 +17,7 @@
}
.amendmentValue {
background-color: $amendment-color;
background-color: $amendment-bg-color;
padding: 0.1rem;
}
......@@ -51,7 +51,7 @@
.detailsAmendmentValue {
color: #000000;
font-weight: bold;
background-color: $amendment-color;
background-color: $amendment-bg-color;
}
.detailsAmendmentUnit {
......
$amendment-color: rgb(222, 213, 0);
$amendment-bg-color: rgb(222, 213, 0);
$plf-color: rgb(255, 107, 107);
\ 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