petit-quevilly: created theme (#62170)

This commit is contained in:
Corentin Sechet 2022-02-25 12:00:46 +01:00
parent ae54ad6806
commit 305e81efd9
4 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,6 @@
h1#logo a {
@media screen and ($max-mobile-viewport) {
margin-top: 35px;
margin-bottom: 5px;
}
}

View File

@ -0,0 +1,32 @@
$primary-color: #105d71;
$secondary-color: rgb(195, 235, 123);
$nav-background: white;
$font-family: 'Roboto Condensed', sans-serif;
$font-color: black;
$link-color: black;
$width: 1220px;
$header-background-color: white;
$footer-background: $primary-color;
$footer-color: white;
$footer-link-color: white;
$border-radius: 0px;
$title-color: $primary-color;
$title-weight: 900;
$nav-background: white;
$nav-full-width-background: true;
$nav-color: $primary-color;
$nav-active-color: white;
$nav-menu-color: $primary-color;
$nav-item-selected-background: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-background: $primary-color;
$nav-item-hover-color: white;
$nav-border-color: $primary-color;
$nav-mobile-menu-background: $primary-color;
$nav-mobile-menu-item-color: white;
$nav-submenu-color: white;
$nav-submenu-background: $primary-color;
$button-background: $secondary-color;
$button-color: $primary-color;
$button-hover-background: $primary-color;
$button-hover-color: white;

View File

@ -0,0 +1,13 @@
{
"label": "Petit-Quevilly",
"variables": {
"theme_color": "#105d71"
},
"settings": {
"combo": {
"COMBO_ASSET_SLOTS.update": {
"header:logo": { "label": "Têtière : logo" }
}
}
}
}

View File

@ -0,0 +1,6 @@
@charset "UTF-8";
@import 'vars';
@import '../includes/publik';
@import '../includes/fonts/roboto-condensed';
@import '_custom.scss';