add theme for hautes-pyrenees-cd65 (#57211)

This commit is contained in:
Emmanuel Cazenave 2021-09-22 16:09:34 +02:00
parent febda1ae99
commit 13bf05f66c
4 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,12 @@
div#header {
padding-top: 2rem;
padding-bottom: 2rem;
}
h1#logo.has-logo a {
line-height: 49px;
display: inline-block;
@media (min-width: $nav-mobile-limit + 1) {
display: block;
}
}

View File

@ -0,0 +1,35 @@
@import '../includes/fonts/montserrat';
$bleu: #00539f;
$gris: #f2f2f2;
$vert: #92C254;
$primary-color: $bleu;
$font-color: #212529;
$font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
$link-color: $bleu;
$header-background-color: $bleu;
$footer-background: $bleu;
$nav-background: $bleu;
$nav-color: white;
$nav-active-color: $vert;
$nav-full-width-background: true;
$nav-item-selected-background: white;
$nav-item-selected-border: 6px solid $nav-active-color;
$nav-item-selected-color: $vert;
$nav-item-selected-mode: bottom-border;
$nav-item-hover-mode: bottom-border;
$title-background: transparent;
$title-color: $vert;
$title-font-size: 1.25rem;
$title-weight: bold;
$cell-background: $gris;
$cell-title-cover-border: false;
$cell-entry-hover-background: $vert;
$cell-entry-hover-color: white;
$button-background: $bleu;
$footer-link-color: $vert;

View File

@ -0,0 +1,15 @@
{
"label": "Hautes-Pyrénées (CD65)",
"variables": {
"pwa_display": "standalone",
"theme_color": "#00539f"
},
"settings": {
"combo": {
"COMBO_ASSET_SLOTS.update": {
"header:logo": { "label": "Têtière : logo" },
"emails:logo": { "label": "Emails : logo" }
}
}
}
}

View File

@ -0,0 +1,5 @@
@charset "UTF-8";
@import 'vars';
@import '../includes/publik';
@import 'custom';