Sha256: 961896f0bd060a37e633fd179f89f6a739b861b4d8e24a7da91a01e2003c1934

Contents?: true

Size: 1.27 KB

Versions: 19

Compression:

Stored size: 1.27 KB

Contents

// =============================================================================
// Variables
// =============================================================================

// Shades of gray

$black: #000;
$gray-darkest: #232528;
$gray-darker: lighten($gray-darkest, 15);
$gray-dark: lighten($gray-darkest, 30);
$gray: lighten($gray-darkest, 45);
$gray-light: lighten($gray-darkest, 65);
$gray-lighter: lighten($gray-darkest, 75);
$gray-lightest: lighten($gray-darkest, 83);
$white: #fff;

// Colors

$brand-primary: #1c77c3;
$brand-primary-alt: lighten($brand-primary, 20);
$brand-success: #00aa8f;
$brand-warning: #f0ad4e;
$brand-danger: #d9684c;

// Fonts

$font-family-sans-serif: "Noto Sans", sans-serif;
$font-family-sans-serif-brand: "Muli", sans-serif;
$font-size-base: 14px;

// Common

$border-radius-base: 3px;
$border-color-base: $gray-lighter;
$padding-base-vertical: 12px;
$padding-base-horizontal: 15px;
$base-transition-speed: .3s;

// Headings

$headings-font-family: $font-family-sans-serif-brand;
$headings-color: $gray-dark;

// Forms

$input-bg: $white;
$input-color: $gray-dark;
$input-border: $gray-lighter;
$input-border-focus: $gray;
$input-box-shadow-focus: 0;
$input-color-placeholder: $gray-light;
$state-danger-text: $brand-danger;

@import "bootstrap/variables";

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
locomotivecms-3.4.1 app/assets/stylesheets/locomotive/new/_variables.scss
locomotivecms-3.4.0 app/assets/stylesheets/locomotive/new/_variables.scss
locomotivecms-3.3.0 app/assets/stylesheets/locomotive/new/_variables.scss
locomotivecms-3.3.0.rc3 app/assets/stylesheets/locomotive/new/_variables.scss
locomotivecms-3.3.0.rc2 app/assets/stylesheets/locomotive/new/_variables.scss
locomotivecms-3.1.2 app/assets/stylesheets/locomotive/new/_variables.scss
locomotivecms-3.2.1 app/assets/stylesheets/locomotive/new/_variables.scss
locomotivecms-3.3.0.rc1 app/assets/stylesheets/locomotive/new/_variables.scss
locomotivecms-3.2.0 app/assets/stylesheets/locomotive/new/_variables.scss
locomotivecms-3.2.0.rc2 app/assets/stylesheets/locomotive/new/_variables.scss
locomotivecms-3.2.0.rc1 app/assets/stylesheets/locomotive/new/_variables.scss
locomotivecms-3.1.1 app/assets/stylesheets/locomotive/new/_variables.scss
locomotivecms-3.1.0 app/assets/stylesheets/locomotive/new/_variables.scss
locomotivecms-3.1.0.rc3 app/assets/stylesheets/locomotive/new/_variables.scss
locomotivecms-3.1.0.rc2 app/assets/stylesheets/locomotive/new/_variables.scss
locomotivecms-3.1.0.rc1 app/assets/stylesheets/locomotive/new/_variables.scss
locomotivecms-3.0.1 app/assets/stylesheets/locomotive/account/_variables.scss
locomotivecms-3.0.0 app/assets/stylesheets/locomotive/account/_variables.scss
locomotivecms-3.0.0.rc7 app/assets/stylesheets/locomotive/account/_variables.scss