From 0b18eae2cf88def4410f6638724f981d2d42c59d Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Tue, 4 Feb 2020 02:34:36 +0100 Subject: [PATCH] fix: color and header --- css/custom.css | 18 ++++++++++++++++++ css/sidebar.css | 2 +- templates/partials/base.html.twig | 22 +++++++++++++++++++--- templates/partials/navbar.html.twig | 2 +- 4 files changed, 39 insertions(+), 5 deletions(-) diff --git a/css/custom.css b/css/custom.css index aac291f..6c848c0 100644 --- a/css/custom.css +++ b/css/custom.css @@ -62,6 +62,24 @@ body, #wrapper height: 3em; } +header div.row-fixed-h, +header img +{ + height: 5rem; + overflow: hidden; +} + +.bg-ro +{ + background-color: #2b3bb4 !important; +} + +footer.bg-ro a +{ + color: #fff; + text-decoration: underline; +} + .btn-facebook { color: #fff; diff --git a/css/sidebar.css b/css/sidebar.css index d642b2a..e398afb 100644 --- a/css/sidebar.css +++ b/css/sidebar.css @@ -139,7 +139,7 @@ } .sidebar-nav>.sidebar-brand a { - color: #999999; + color: #eee; } .sidebar-nav>.sidebar-brand a:hover { diff --git a/templates/partials/base.html.twig b/templates/partials/base.html.twig index 589e3df..453795f 100644 --- a/templates/partials/base.html.twig +++ b/templates/partials/base.html.twig @@ -42,18 +42,34 @@ {% endblock %} + {% set header_page = pages.find('/header') %}
{% include 'partials/navbar.html.twig' %} -