diff --git a/src/Bundle/ChillPersonBundle/Resources/public/modules/accompanying_course_work_list/index.scss b/src/Bundle/ChillPersonBundle/Resources/public/modules/accompanying_course_work_list/index.scss index 298b72cba..7d81d06d7 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/modules/accompanying_course_work_list/index.scss +++ b/src/Bundle/ChillPersonBundle/Resources/public/modules/accompanying_course_work_list/index.scss @@ -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; } } diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/layout.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/layout.html.twig index 12a1b90c1..b12719008 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/layout.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/layout.html.twig @@ -5,7 +5,7 @@ {% endblock %} {% block layout_wvm_content %} -
+
{% block content %}{% endblock %}
{% endblock %} diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Household/layout.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Household/layout.html.twig index e6e8fbd4f..0b134f16d 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/Household/layout.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/Household/layout.html.twig @@ -5,7 +5,7 @@ {% endblock %} {% block layout_wvm_content %} -
+
{% block content %}{% endblock %}
{% endblock %} diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Person/layout.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Person/layout.html.twig index 0d339ec36..6d434ee5e 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/Person/layout.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/Person/layout.html.twig @@ -23,7 +23,7 @@ {% endblock %} {% block layout_wvm_content %} -
+
{% block personcontent %}{# block personcontent empty #}{% endblock %}
{% endblock %}