theme: update cournonterral (#54756)

Update header, font-family & colors
This commit is contained in:
Thomas Jund 2021-07-07 15:47:52 +02:00
parent 4689f61048
commit 38162f9522
4 changed files with 21 additions and 8 deletions

View File

@ -1,7 +1,10 @@
body.has-header-background #header {
background-position: top left;
background-size: auto 100%;
height: 290px;
}
div#header {
background: white url(img/bandeau.png) top left no-repeat;
background-size: cover;
height: 271px;
h1 {
padding-top: 80px;
a {
@ -34,7 +37,7 @@ div#nav {
}
#toplinks {
background: #399947;
background: $primary-color;
border: none;
box-shadow: none;
border-radius: 0;

View File

@ -1,15 +1,16 @@
$primary-color: #008f59;
$primary-color: #00aadb;
$font-color: #3F3F3F;
$font-size: 0.938em;
$font-family: Verdana, Arial, Helvetica, sans-serif;
$font-family: Raleway, Verdana, Arial, Helvetica, sans-serif;
$width: 1040px;
$border-radius: 0;
$header-full-width-background: false;
$nav-background: white;
$nav-color: $font-color;
$nav-submenu-color: $font-color;
$nav-active-color: #dc901c;
$nav-active-color: #50ae32;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;

View File

@ -2,5 +2,13 @@
"label": "Cournonterral",
"variables": {
"theme_color": "#008f59"
}
},
"settings": {
"combo": {
"COMBO_ASSET_SLOTS.update": {
"header:logo": { "label": "Têtière : logo" },
"header:background": { "label": "Têtière : fond" }
}
}
}
}

View File

@ -1,4 +1,5 @@
@charset "UTF-8";
@import "../includes/fonts/raleway";
@import 'vars';
@import '../includes/publik';