| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/_vars.scss.tar |
xbodynamge/lebauwcentre/wp-content/themes/customify/assets/sass/site/vendors/modularscale/_vars.scss0000644 00000001646 15113641665 0031237 0 ustar 00 home // Ratios
$double-octave : 4 ;
$pi : 3.14159265359 ;
$major-twelfth : 3 ;
$major-eleventh : 2.666666667 ;
$major-tenth : 2.5 ;
$octave : 2 ;
$major-seventh : 1.875 ;
$minor-seventh : 1.777777778 ;
$major-sixth : 1.666666667 ;
$phi : 1.618034 ;
$golden : $phi ;
$minor-sixth : 1.6 ;
$fifth : 1.5 ;
$augmented-fourth : 1.41421 ;
$fourth : 1.333333333 ;
$major-third : 1.25 ;
$minor-third : 1.2 ;
$major-second : 1.125 ;
$minor-second : 1.066666667 ;
// Base config
$ms-base : 1em !default;
$ms-ratio : $golden !default;
$modularscale: (
base: 1em 0.875em,
ratio: 1.618
); home/xbodynamge/lebauwcentre/wp-content/themes/customify/assets/sass/site/utils/_vars.scss 0000644 00000003440 15114431260 0026302 0 ustar 00 // Modular Scale settings
$ms-base: 1em, 0.875em;
$ms-ratio: 1.618;
// Site Fonts
$font_main: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
$font_heading: $font_main;
$font_code: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
$font_pre: "Courier 10 Pitch", Courier, monospace;
$container_width: 1200px; // 1200px; 75em
// Background
$background_body: #ffffff;
// Colors
$color_text: #686868;
$color_heading: #2b2b2b;
$color_primary: #235787;
$color_secondary: #c3512f;
$color_link: #1e4b75;
$color_link_hover: #111111;
$color_border: #eaecee;
$color_meta: #6d6d6d;
// Box Shadow
$boxshadow_dropdown: 0 3px 30px rgba(25,30,35,.1);
// Helper
$submenu_width: 14em;
// Skin
// - Dark mode
$light_color: white(0.99);
$light_color_link: white(0.79);
$light_color_link_hover: white(0.99);
$light_color_border: rgba(255,255,255,0.08);
$light_bg: rgba(255,255,255,0.9);
// - Light mode
$dark_color: black(0.6);
$dark_color_link: black(0.55);
$dark_color_link_hover: black(0.8);
$dark_color_border: rgba(0,0,0,0.08);
$dark_bg: rgba(0,0,0,0.9);
// Screen resolutions
$screen_lg: 80em; // max 1280px
$screen_md: 64em; // max 1024px
$screen_sm: 48em; // max 768px
$screen_xs: 35.5em; // up to 568px
/*
$gl-devices-list: (
desktop: "screen and (min-width: 64em)", // up 1024px
tablet: "screen and (max-width: 64em) and ( min-width: 35.5em )", // 568px - 1024px
mobile: "screen and (max-width: 35.5em)" // from to 568px to smaller
) !default;
*/
$gl-devices-list: (
desktop: "screen and (min-width: 1025px)", // up 1024px
tablet: "screen and (max-width: 1024px)", // 568px - 1024px
mobile: "screen and (max-width: 568px)" // from to 568px to smaller
) !default;