fix sass variable

This commit is contained in:
Mathieu Jaumotte 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) { .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; align-items: center;
padding: 0 40px; padding: 0 40px;
border-top: 3px solid var(--chill-green); border-top: 3px solid var(--bs-chill-green);
&:before { &:before {
content: ''; content: '';
@ -96,8 +96,8 @@ ul.timeline {
background-color: white; background-color: white;
border-radius: 12px; border-radius: 12px;
border: 2px solid var(--chill-green); border: 2px solid var(--bs-chill-green);
top: -9px; top: -9px;
} }
} }

View File

@ -5,7 +5,7 @@
{% endblock %} {% endblock %}
{% block layout_wvm_content %} {% block layout_wvm_content %}
<div class="mt-5"> <div class="my-5">
{% block content %}{% endblock %} {% block content %}{% endblock %}
</div> </div>
{% endblock %} {% endblock %}

View File

@ -5,7 +5,7 @@
{% endblock %} {% endblock %}
{% block layout_wvm_content %} {% block layout_wvm_content %}
<div class="mt-5"> <div class="my-5">
{% block content %}{% endblock %} {% block content %}{% endblock %}
</div> </div>
{% endblock %} {% endblock %}

View File

@ -23,7 +23,7 @@
{% endblock %} {% endblock %}
{% block layout_wvm_content %} {% block layout_wvm_content %}
<div class="mt-5"> <div class="my-5">
{% block personcontent %}{# block personcontent empty #}{% endblock %} {% block personcontent %}{# block personcontent empty #}{% endblock %}
</div> </div>
{% endblock %} {% endblock %}