Sha256: 9061b26b3135488d200d6e50ab17c574c96751ea88b4c812e5570cb2e01889b9

Contents?: true

Size: 1.22 KB

Versions: 6

Compression:

Stored size: 1.22 KB

Contents

/*
    JSCOM Theme for Jekyll
 */
$homepage-author-bottom-buffer: 3.25rem;

// Fonts preferences
$base-font-size: 16px;
$medium-font-size: $base-font-size * 0.938;
$small-font-size: $base-font-size * 0.875;
$base-line-height: 1.85;

// Font weight
$bold-weight: 700;


//Light Colors
$text-base-color: #434648;
$text-link-blue: #003fff;
$text-link-blue-active: #0036c7;

$black: #0d122b;
$light: #ececec;
$smoke: #d2c7c7;
$gray: #6b7886;
$white: #fff;

// Dark Colors
$dark-text-base-color: #c7bebe;
$dark-text-link-blue: #84a5ff;
$darker-text-link-blue: #8ba8ff;
$darker-blue-grey: #3e4a70;
$dark-text-link-blue-active: #2934ff;

$dark-black: #131418;
$dark-white: #eaeaea;
$darker-white: #a1a0a0;
$dark-light: #1b1d25;
$dark-smoke: #4a4d56;
$light-blue: #0088ff;
$orange: #c58209;
$grey-blue: #3e4a70;
$red-title: #b7002b;
$dark-gray: #565656;

// Width of the content area
$wide-size: 890px; // this only impacts nav bar
$narrow-size: 720px;

// Padding unit
$spacing-full: 30px;
$spacing-half: 15px;

// State of devices
$on-mobile: 768px;
$on-tablet: 769px;
$on-desktop: 1024px;
$on-widescreen: 1152px;


@import "base/base";

@import "layout/_layout",
"layout/footer",
"pages/page",
"pages/post",
"pages/home";

@import "component/all-components";

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jscom_ice-0.0.7 _sass/main.scss
jscom_ice-0.0.6 _sass/main.scss
jscom_ice-0.0.5 _sass/main.scss
jscom_ice-0.0.4 _sass/main.scss
jscom_ice-0.0.3 _sass/main.scss
jscom_ice-0.0.2 _sass/main.scss