entrouvert: use compact menu (#35309)

This commit is contained in:
Christophe Siraut 2019-08-12 17:45:19 +02:00
parent 6b62ead23d
commit 36d629d9f6
2 changed files with 5 additions and 9 deletions

View File

@ -48,9 +48,6 @@ a.pk-button:hover {
#nav-wrapper {
margin-bottom: 12px;
@media screen and (max-width: $nav-mobile-limit) {
border-top: 1px solid #eee;
}
}
#sidebar h1 {
@ -96,7 +93,7 @@ a.pk-button:hover {
}
.gru-content div.cell h2 + div {
padding: 0;
padding: 0;
}
.deuxcolonnes p {
@ -117,6 +114,9 @@ div.gru-nav > ul > li a {
div.gru-nav > ul {
border-top: 1px solid #ced0d5;
border-bottom: 1px solid #ced0d5;
@media screen and (max-width: $nav-mobile-limit) {
border-bottom: 0px solid white;
}
}
.gru-content div.logo-id36 h1:first-child, .gru-content div.logo-id36 h2:first-child {

View File

@ -23,14 +23,10 @@ $button-background: $primary-color;
$title-font-size: 22px;
$title-background: white;
$title-font-family: Lato, sans-serif;
$nav-mobile-mode: bottom-bar;
$footer-background: #919396;
$footer-colot: white;
$cell-border: 0;
$nav-mobile-bottom-bar-item-hover-color: white;
$nav-mobile-bottom-bar-item-hover-background: $primary-color;
$nav-mobile-bottom-bar-item-selected-color: white;
$nav-mobile-bottom-bar-item-selected-background: $primary-color;
$nav-menu-color: #aaa;
$carrousel-height: 220px;
$carrousel-text-position: bottom-left;
$carrousel-navigation-bullet-color: #fff;