fix sass variable

This commit is contained in:
2021-07-22 10:25:17 +02:00
parent afd4ac27ea
commit f73f515fb3
4 changed files with 7 additions and 7 deletions

View File

@@ -42,7 +42,7 @@
}
.objective_results:nth-child(2n+2) {
background-color: var(--chill-llight-gray);
background-color: var(--bs-chill-llight-gray);
}
}
@@ -85,7 +85,7 @@ ul.timeline {
align-items: center;
padding: 0 40px;
border-top: 3px solid var(--chill-green);
border-top: 3px solid var(--bs-chill-green);
&:before {
content: '';
@@ -96,8 +96,8 @@ ul.timeline {
background-color: white;
border-radius: 12px;
border: 2px solid var(--chill-green);
border: 2px solid var(--bs-chill-green);
top: -9px;
}
}