Sha256: 957b23cbf114fb11c0d1089a414ddb1809c1bb1542123138ad8f42729c483bbf

Contents?: true

Size: 1.92 KB

Versions: 4

Compression:

Stored size: 1.92 KB

Contents

//  VARIABLES
// =============================

// Fonts
$font-family-paragraph: 'Open Sans', sans-serif;
$font-family-headings: 'Roboto', sans-serif;
$font-family-power: 'Libre Franklin', sans-serif;
$font-family-kcc: 'Eurostile', sans-serif;
$font-family-oswald: 'Oswald', sans-serif;
$font-family-saira: 'Saira', 'sans-serif';
$font-family-icons: 'Material Icons';

$font-size-base: 1rem;

$font-weight-light: 300;
$font-weight-regular: 400;
$font-weight-boldish: 500;
$font-weight-bolder: 600;
$font-weight-bold: 700;
$font-weight-black: 900;


//Image path for most of global style sheet
$imagedir:'/assets/img/';

// Colors
//KCC colors
$primary-blue: #0f3b63;       // Primary red-color
$primary-red: #c61f48;        // Primary blue-color
$accent-blue: #005bac;        // Accent blue-color used in all links and link buttons;
$color-blue-light: #ccdde1;
$color-tan-light: #fcf1d6;
$color-orange: #f99e1b;

$black: #000;
$grey-1: #666;
$grey-2: #e5e8ed;
$grey-3: #f1f2f7;            //  Background color for slick tracks
$grey-4: #f8f9fa;            // Background color for footer (and Bootstrap 4 light navbar)
$grey-5: #b1b1b1;            // Border-bottom for local-nav navigation bar
$grey-6: #58585b;
$grey-7: #868686;
$grey-8: #d9d9d9;

$white: #fff;


$landing-bg: $grey-2;        // Landing page's background-color
$default-bg: $white;        // Background color for non-landing pages
$footer-bg: $white;         // Footer's background color
$color-grey-heading: $grey-1;      // Grey headings used within page content
$fa-color: $primary-red;
$slide-bg: $white;            // Background color for the upcoming games slick slides
$sub-nav-heading: $white;     // Font color for h1.page-heading heading of sub-nav
$nav-link: $white;            // Color for nav-link-main links in mega-nav

$btn-primary-bg: #0051a7;
$btn-primary-border: #003773;
$btn-hover-bg: #022b55;
$btn-hover-border: #021e3d;
$darker-link: #006ce0;
$orange-heading: $color-orange;

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kcc-gem-theme-1.33.15 assets/scss/0-tools/_vars.scss
kcc-gem-theme-1.33.14 assets/scss/0-tools/_vars.scss
kcc-gem-theme-1.33.13 assets/scss/0-tools/_vars.scss
kcc-gem-theme-1.32.13 assets/scss/0-tools/_vars.scss