File: /var/www/html/onlineshop/wp-content/themes/nautica/sass/components/_variables.scss
$app-prefix : engo !default;
$vc-prefix : engo_ !default;
/*
* Global variables
*/
$image-theme-path : 'images/' !default;
$image-theme-skin : 'images/' !default;
// standard colors
$white : #FFF !default;
$black : #000 !default;
$nocolor : transparent !default;
$light-gray : #CCC !default;
// color for default theme
$theme-color : $brand-primary !default; /* main color which will be used for all main block styles... */
$border-color : #ededed !default;
$theme-color-second : #f1ba27 !default;
$theme-color-default : $theme-color !default;
$theme-color-hover : #f1ba27 !default;
$theme-color-secondary : #262a2e !default;
$link-color : #f1ba27 !default;
// Theme Margin, Padding
// -------------------------
$theme-margin : 20px !default;
$theme-padding : 20px !default;
// fonts
$font-family-second : 'Lora' !default;
$theme-padding : 30px !default;
/**
* Import component variables
*/
@import "vars/form";
@import "vars/nav";
@import "vars/layout";
@import "vars/elements";
@import "vars/widget";