diff --git a/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/_custom.scss b/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/_custom.scss index d4c685a60..7646e3a0e 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/_custom.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/_custom.scss @@ -121,7 +121,7 @@ header { div.navbar-collapse { float: right; } - @media (max-width: 768px) { + @media (max-width: 767px) { & { position: relative; } @@ -190,6 +190,19 @@ div.banner { } } +div.vertical-menu { + border-radius: 0; + margin-top: 0.5rem; + a.list-group-item { + background-color: $info; + border: 0; + margin-bottom: 0.25rem; + &:hover { + background-color: shade-color($info, 5%) + } + } +} + footer.footer { background: $dark; padding-top: 10px; diff --git a/src/Bundle/ChillMainBundle/Resources/views/layoutWithVerticalMenu.html.twig b/src/Bundle/ChillMainBundle/Resources/views/layoutWithVerticalMenu.html.twig index fca3723aa..1a7b97e24 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/layoutWithVerticalMenu.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/layoutWithVerticalMenu.html.twig @@ -54,7 +54,7 @@ {% block layout_wvm_content %} {% endblock %} -