montpellier: add support for bottom navigation bar (#70447)

This commit is contained in:
Frédéric Péters 2022-10-18 17:21:51 +02:00
parent a67d5b6e8f
commit 18649623c7
2 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,8 @@ $nav-item-hover-color: white;
$nav-item-selected-background: #515151;
$nav-item-selected-color: white;
$nav-button-background: #eee;
$nav-mobile-bottom-bar-background: #EA5B0C;
$nav-mobile-bottom-bar-item-hover-background: darken(#EA5B0C, 10%);
$title-font-family: 'Carme', sans-serif;
$title-transform: uppercase;

View File

@ -78,6 +78,9 @@
{% block nav %}{% endblock %}
{% block before-main-content %}
{% endblock %}
{% block content_header %}{% endblock %}
<div id="main-content">
<div id="content" class="gru-content">