first commit
This commit is contained in:
33
themes/at_movic/_dev/css/app/vars/_block.vars.scss
Normal file
33
themes/at_movic/_dev/css/app/vars/_block.vars.scss
Normal file
@@ -0,0 +1,33 @@
|
||||
// Block Modules
|
||||
// ========================================================================
|
||||
|
||||
$block-margin-bottom: $grid-gutter-width-base !default;
|
||||
|
||||
// Heading Block
|
||||
$block-heading-bg: none !default;
|
||||
$block-heading-color: $black !default;
|
||||
$block-heading-font-family: $headings-font-family !default;
|
||||
$block-heading-font-size: 18px !default;
|
||||
$block-heading-font-weight: 700 !default;
|
||||
$block-heading-padding: $medium-space !default;
|
||||
$block-heading-margin: 0px !default;
|
||||
$block-heading-transform: uppercase !default;
|
||||
$block-heading-line-height: normal !default;
|
||||
$block-heading-letter-spacing: 0px !default;
|
||||
$block-heading-radius: 0px;
|
||||
$block-heading-border: none !default;
|
||||
|
||||
// Heading Content
|
||||
$block-content-bg: $white !default;
|
||||
$block-content-border: none !default;
|
||||
$block-content-padding: $medium-space 0px !default;
|
||||
$block-content-margin: 10px !default;
|
||||
$block-content-radius: 0px !default;
|
||||
|
||||
// get content icon from link http://fortawesome.github.io/Font-Awesome/icons/ or img icon from theme folder
|
||||
$block-icon-content: "\f0c9" !default;
|
||||
|
||||
// Block Highlighted
|
||||
$block-highlighted-bg: $theme-color-default !default;
|
||||
$block-highlighted-border: $theme-color-default !default;
|
||||
$block-highlighted-text: $white !default;
|
||||
90
themes/at_movic/_dev/css/app/vars/_menu.vars.scss
Normal file
90
themes/at_movic/_dev/css/app/vars/_menu.vars.scss
Normal file
@@ -0,0 +1,90 @@
|
||||
|
||||
// Mega Menu Module
|
||||
// ========================================================================
|
||||
$megamenu-bg: $nocolor!default;
|
||||
$megamenu-color: $black !default;
|
||||
$megamenu-font-family: $font-family-tertiary !default;
|
||||
$megamenu-link-color: $black !default;
|
||||
$megamenu-link-hover-color: $theme-color-default !default;
|
||||
$megamenu-link-bg-hover-color: transparent !default;
|
||||
$megamenu-link-font-family: $font-family-base !default;
|
||||
$megamenu-font-weight: normal;
|
||||
$megamenu-caret: $megamenu-link-color !default;
|
||||
|
||||
$megamenu-text-align: left !default;
|
||||
|
||||
|
||||
$megamenu-parent-font-size: 15px !default;
|
||||
$megamenu-parent-padding: 20px 25px !default;
|
||||
$megamenu-parent-text-transform: uppercase !default;
|
||||
|
||||
$megamenu-sub-bg-color: $white !default;
|
||||
$megamenu-sub-radius: 0px !default;
|
||||
$megamenu-sub-text-color: $black !default;
|
||||
$megamenu-sub-link-color: $body-color !default;
|
||||
$megamenu-sub-link-hover-color: $theme-color-default !default;
|
||||
$megamenu-sub-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24) !default;
|
||||
$megamenu-sub-padding: 20px !default;
|
||||
$megamenu-sub-min-width: 185px !default;
|
||||
$megamenu-sub-border: 0 !default;
|
||||
$megamenu-sub-font-size: 13px !default;
|
||||
$megamenu-sub-caret-color: $megamenu-sub-text-color !default;
|
||||
|
||||
$megamenu-heading-letter: 3px !default;
|
||||
$megamenu-heading-title-font-family: $headings-font-family !default;
|
||||
$megamenu-heading-color: $white !default;
|
||||
$megamenu-line-border: 1px solid #646464 !default;
|
||||
$megamenu-arrow-bg: darken($megamenu-sub-bg-color, 20%) !default;
|
||||
|
||||
// Vertical Menu Module
|
||||
// ========================================================================
|
||||
$vertical-menu-font-family: $font-family-tertiary !default;
|
||||
$vertical-menu-content-bg: #5d4e57 !default;
|
||||
$vertical-menu-content-height: 320px !default;
|
||||
$vertical-menu-content-padding: 0 !default;
|
||||
$vertical-menu-content-margin: 0 !default;
|
||||
$vertical-menu-content-border: 2px solid $theme-color-default !default;
|
||||
$vertical-menu-font-size: $base-font-size !default;
|
||||
$vertical-menu-color: $body-color !default;
|
||||
$vertical-menu-font-weight: 600 !default;
|
||||
$vertical-menu-link-padding: 13px $large-space 13px !default;
|
||||
$vertical-menu-link-hover-color: $white !default;
|
||||
$vertical-menu-link: $white !default;
|
||||
$vertical-menu-line-height: normal !default;
|
||||
$vertical-border-color: #595959 !default;
|
||||
$vertical-caret-border: $body-color !default;
|
||||
|
||||
$vertical-description-font-size: 11px !default;
|
||||
$vertical-description-font-style: italic !default;
|
||||
$vertical-description-color: red !default;
|
||||
$vertical-description-font-weight: 300 !default;
|
||||
|
||||
$vertical-sub-menu-padding: $medium-space 28px !default;
|
||||
$vertical-sub-menu-width: 215px !default;
|
||||
$vertical-sub-menu-link-color: $body-color !default;
|
||||
$vertical-sub-menu-link-font-size: 12px !default;
|
||||
$vertical-sub-menu-link-font-family: $font-family-base !default;
|
||||
$vertical-sub-menu-heading-color: $black !default;
|
||||
$vertical-sub-menu-bg: $white !default;
|
||||
$vertical-sub-product-link: $black !default;
|
||||
$vertical-sub-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35) !default;
|
||||
|
||||
|
||||
|
||||
// OffCanvas Menu
|
||||
// ========================================================================
|
||||
$offcanvas-menu-bg: $silver !default;
|
||||
$offcanvas-menu-padding: 12px 15px !default;
|
||||
$offcanvas-menu-link-color: $white !default;
|
||||
$offcanvas-menu-font-size: $base-font-size !default;
|
||||
$offcanvas-menu-transform: uppercase !default;
|
||||
$offcanvas-menu-font-family: $font-family-tertiary !default;
|
||||
$offcanvas-menu-border: 1px solid lighten($offcanvas-menu-bg, 10%) !default;
|
||||
$offcanvas-menu-icon-color: $white !default;
|
||||
$offcanvas-menu-icon-font-size: 16px !default;
|
||||
$offcanvas-menu-icon-padding: 8px 15px !default;
|
||||
$offcanvas-menu-border-caret: 1px solid $white !default;
|
||||
$offcanvas-menu-caret-color: $white !default;
|
||||
$offcanvas-menu-text-color: $body-color !default;
|
||||
$offcanvas-menu-text-fs: $base-font-size !default;
|
||||
|
||||
14
themes/at_movic/_dev/css/app/vars/_modules.vars.scss
Normal file
14
themes/at_movic/_dev/css/app/vars/_modules.vars.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
// Mini basket and shopping cart
|
||||
// ========================================================================
|
||||
|
||||
// get content icon from img icon from theme folder
|
||||
$cart-product-font-size: $font-size-base - 2 !default;
|
||||
$cart-align-right: 17px !default;
|
||||
$cart-content-width: 400px !default;
|
||||
|
||||
// Search
|
||||
// ========================================================================
|
||||
// Contact page
|
||||
// ========================================================================
|
||||
// Htab module
|
||||
// ========================================================================
|
||||
27
themes/at_movic/_dev/css/app/vars/_product-item.vars.scss
Normal file
27
themes/at_movic/_dev/css/app/vars/_product-item.vars.scss
Normal file
@@ -0,0 +1,27 @@
|
||||
// Product List
|
||||
// ========================================================================
|
||||
// name
|
||||
$product-name-color: $body-color !default;
|
||||
$product-name-hover-color: $link-hover-color !default;
|
||||
$product-name-font-family: $font-family-base !default;
|
||||
$product-name-font-size: $base-font-size !default;
|
||||
$product-name-font-weight: 300 !default;
|
||||
|
||||
//price
|
||||
$product-price-color: $black !default;
|
||||
$product-price-font-family: $font-family-base !default;
|
||||
$product-price-font-size: $base-font-size !default;
|
||||
$product-price-font-weight: 700 !default;
|
||||
$product-price-regular-color: $gray-darker !default;
|
||||
$product-price-discount-bg: $brand-secondary !default;
|
||||
$product-price-discount-color: white !default;
|
||||
|
||||
// image
|
||||
$product-image-border: $main-border !default;
|
||||
$product-image-radius: 0px !default;
|
||||
|
||||
// Product Flats
|
||||
$product-flags-new-bg: $brand-primary !default;
|
||||
$product-flags-sale-bg: $brand-info !default;
|
||||
$product-flags-discount-bg: none !default;
|
||||
$product-flags-online-only-bg: $brand-warning !default;
|
||||
35
themes/at_movic/_dev/css/app/vars/index.php
Normal file
35
themes/at_movic/_dev/css/app/vars/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2017 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
|
||||
* that is bundled with this package in the file LICENSE.txt.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* https://opensource.org/licenses/AFL-3.0
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to http://www.prestashop.com for more information.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright PrestaShop SA
|
||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
||||
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
|
||||
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
|
||||
header('Location: ../');
|
||||
exit;
|
||||
Reference in New Issue
Block a user