heillecourt: add as a new variant of essey (#79063)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-06-26 15:59:08 +02:00
parent c77441dd14
commit 418f7ffa5a
4 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,5 @@
@import '../essey-les-nancy/custom';
%cancel-button {
color: $font-color;
}

View File

@ -0,0 +1,49 @@
$darkgreen: #066e37;
$green: #6fb346;
$primary-color: $darkgreen;
$secondary-color: $green;
$font-color: #333;
$font-size: 100%;
$font-family: Lato, sans-serif;
$width: 1140px;
$nav-background: white;
$nav-color: #333;
$nav-active-color: #333;
$nav-submenu-color: #333;
$nav-item-selected-background: white;
$nav-item-selected-color: #333;
$nav-item-selected-mode: bottom-border;
$nav-item-hover-background: white;
$nav-item-hover-color: #333;
$nav-item-selected-border: 2px solid $primary-color;
$nav-item-transform: uppercase;
$nav-mobile-menu-background: white;
$border-radius: 0px;
$button-background: $green;
$button-color: #222;
$widget-border: 1px solid #ced4da;
$widget-border-radius: .25rem;
$widget-focus-outline: 2px solid transparentize($green, 0.25);
$widget-focus-outline-offset: 1px;
$title-background: transparent;
$title-font-family: Yantramanav, arial, sans-serif;
$title-color: $primary-color;
$title-font-size: 2.2rem;
$title-weight: 900;
$footer-background: #424547;
$footer-color: white;
$link-color: $font-color;
$cell-border: none;
$wcs-steps-spacing: 0.7rem;
$wcs-step-border-bottom: none;
$wcs-step-marker-type: disc tied;
$wcs-step-marker-tie-width: 3px;
$wcs-step-marker-tie-color: $secondary-color;
$wcs-step-marker-background: #eee;
$wcs-step-current-marker-color: black;
$wcs-step-current-marker-background: $secondary-color;

View File

@ -0,0 +1,13 @@
{
"label": "Heillecourt",
"variables": {
"theme_color": "#6fb346"
},
"settings": {
"combo": {
"COMBO_ASSET_SLOTS.update": {
"header:logo": { "label": "Têtière : logo" }
}
}
}
}

View File

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