Engis : theme init

This commit is contained in:
Daniel Muyshond 2020-11-04 12:08:20 +01:00
parent 06abef6283
commit f490069070
10 changed files with 109 additions and 0 deletions

View File

@ -0,0 +1 @@
@charset "UTF-8";

73
static/engis/_vars.scss Normal file
View File

@ -0,0 +1,73 @@
@charset "UTF-8";
/*STYLE*/
$primary-color: #E20078;
$width: 1200px;
$mobile-limit: 800px;
$font-size: 16px !default;
$button-color: white;
$cell-entry-hover-effect: left-to-right;
$theme2019: true;
$link-color: $primary-color;
$font-family: "Montserrat";
$border-radius: 3px;
/*BASKET*/
/*CELL*/
$cell-border: 0px;
$cell-entry-hover-background: darken($primary-color, 3%);
$cell-title-color: #333333;
/*FORM-BUTTON*/
$button-hover-background-color: darken($primary-color, 8%);
$button-background: $primary-color;
/*FOOTER*/
$footer-background-color: hsl( 0, 0%, 19%);
$footer-text-color: hsl(0, 0, 84%);
$footer-hover-text-color: hsl(0, 0, 100%);
/*HEADER*/
$header-banner: none;
$header-banner-image: false;
$header-banner-height: auto;
$header-logo: None;
$header-logo-margin: 1.7em 0 0 0.55em !default;
$header-logo-padding: 0;
$toplinks-border: 0;
$toplinks-radius: 0;
$toplinks-shadow: none;
/*LOGIN*/
/*MENU*/
$nav-background: #F2F2F2;
$nav-color: #333;
$nav-active-color: $primary-color;
$nav-item-selected-color: #FFF;
$nav-text-uppercase: uppercase;
/*MENU RESPONSIVE*/
$nav-button-color: #FFF;
$nav-menu-color: $primary-color;
/*PWA*/
$nav-mobile-bottom-bar-height: 75px;
$nav-mobile-bottom-bar-background: $primary-color;
$nav-mobile-bottom-bar-color: #FFF;
$nav-mobile-bottom-bar-item-hover-background: $primary-color;
/*RESPONSIVE*/
/*SHARE*/
$hidden-description: false;
/*TITLE*/
$title-color: #525252;
$title-padding: 1em 0em 1em 0.8em;
$title-weight: 600;

9
static/engis/config.json Normal file
View File

@ -0,0 +1,9 @@
{
"label": "Engis",
"variables": {
"no_extra_js": false,
"pwa_display": "standalone",
"theme_color": "#E20078",
"favicon": "engis/images/favicon.ico"
}
}

5
static/engis/extra.js Normal file
View File

@ -0,0 +1,5 @@
$(function() {
$.getScript('/static/imio/common.js', function() {
});
}); /* end */

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 663 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

21
static/engis/style.scss Normal file
View File

@ -0,0 +1,21 @@
@charset "UTF-8";
@import 'vars';
@import '../imio/steps-config';
@import '../../publik-base-theme/static/includes/publik';
@import '../../publik-base-theme/static/includes/fonts/montserrat';
@import '../imio/form-buttons';
@import '../imio/header';
@import '../imio/menu';
@import '../imio/login';
@import '../imio/basketv2';
@import '../imio/footer';
@import '../imio/extra';
@import '../imio/share';
@import '../imio/cells';
@import '../imio/responsive';
@import 'custom';