add theme for lorraine (#49832)

This commit is contained in:
Emmanuel Cazenave 2021-01-05 18:08:17 +01:00
parent cc06e49a8b
commit 4c1f1c6059
4 changed files with 65 additions and 0 deletions

View File

@ -0,0 +1,19 @@
div#header {
padding-top: 2rem;
}
h1#logo.has-logo a {
line-height: 84px;
display: inline-block;
@media (min-width: $nav-mobile-limit + 1) {
display: block;
}
}
#toplinks {
background: $black;
border-width: 0 2px 2px 2px;
& a {
color: white;
}
}

View File

@ -0,0 +1,26 @@
$black: #000;
$yellow: #FFEF44;
$primary-color: $yellow !default;
$font-family: Arial, Helvetica, sans-serif;
$link-color: #E03203;
$footer-background: $primary-color;
$footer-color: #333;
$nav-active-color: $yellow;
$nav-item-selected-color: $black;
$nav-button-color: $black;
$nav-submenu-background: #eee;
$nav-submenu-color: $black;
// forms
$button-background: $black;
$button-hover-background: $yellow;
$button-hover-color: $black;
// steps
$wcs-step-current-color: $black;
$wcs-step-current-border-bottom: 3px solid $yellow;
// cells
$cell-title-cover-border: false;

View File

@ -0,0 +1,15 @@
{
"label": "Université de Lorraine",
"variables": {
"pwa_display": "standalone",
"theme_color": "#FFEF44"
},
"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';