Sha256: ca03f5e48ea8241b3c2b61427a1ddb19794d380fcd6526ff9d61dd8c0e183b60

Contents?: true

Size: 1.66 KB

Versions: 37

Compression:

Stored size: 1.66 KB

Contents

//** COLORS
$primary: #2e5670 !default;
//** Background color for `<body>`.
$body-bg: #fff !default;
//** Background on other Elements
$background: #f1f1f1 !default;
$shadows: #1c3444 !default;
$text-highlight: #fad23c !default;

$neutral: #999999 !default;
$success: #37BC9B !default;
$info: #ebebeb !default;
$warning: #F6BB42 !default;
$danger: #E9573F !default;

// COMPUTED FROM VARS
$element: $primary !default;
$element-text: darken($element, 70%) !default;;
$element-border: darken($element, 70%) !default;
$element-text-highlight: lighten($element-text, 10%) !default;

//## Gray and brand colors for use across Bootstrap.
// Gray Color
$gray-base: $neutral !default;
$gray-darker:            lighten($gray-base, 13.5%) !default; // #222
$gray-dark:              lighten($gray-base, 20%) !default;   // #333
$gray:                   lighten($gray-base, 33.5%) !default; // #555
$gray-light:             lighten($gray-base, 46.7%) !default; // #777
$gray-lighter:           lighten($gray-base, 93.5%) !default; // #eee

$brand-primary:         darken($neutral, 6.5%) !default; // #337ab7
$brand-success:         $success !default;
$brand-info:            $info !default;
$brand-warning:         $warning !default;
$brand-danger:          $danger !default;

//** Global text color on `<body>`
$text: $gray-dark !default;
$text-color: $text !default;

$link: $text-color !default;
$link-highlight: lighten($link, 10%) !default;
//** Global textual link color.
$link-color:            $brand-primary !default;
//** Link hover color set via `darken()` function.
$link-hover-color:      darken($link-color, 15%) !default;
//** Link hover decoration.
$link-hover-decoration: underline !default;

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
thecore_ui_commons-3.2.19 app/assets/stylesheets/thecore_ui_commons/variables.scss
thecore_ui_commons-3.2.18 app/assets/stylesheets/thecore_ui_commons/variables.scss
thecore_ui_commons-3.2.17 app/assets/stylesheets/thecore_ui_commons/variables.scss
thecore_ui_commons-3.2.16 app/assets/stylesheets/thecore_ui_commons/variables.scss
thecore_ui_commons-3.2.15 app/assets/stylesheets/thecore_ui_commons/variables.scss
thecore_ui_commons-3.2.14 app/assets/stylesheets/thecore_ui_commons/variables.scss
thecore_ui_commons-3.2.13 app/assets/stylesheets/thecore_ui_commons/variables.scss
thecore_ui_commons-3.2.12 app/assets/stylesheets/thecore_ui_commons/variables.scss
thecore_ui_commons-3.2.11 app/assets/stylesheets/thecore_ui_commons/variables.scss
thecore_ui_commons-3.2.10 app/assets/stylesheets/thecore_ui_commons/variables.scss
thecore_ui_commons-3.2.9 app/assets/stylesheets/thecore_ui_commons/variables.scss
thecore_ui_commons-3.2.8 app/assets/stylesheets/thecore_ui_commons/variables.scss
thecore_ui_commons-3.2.7 app/assets/stylesheets/thecore_ui_commons/variables.scss
thecore_ui_commons-3.2.6 app/assets/stylesheets/thecore_ui_commons/variables.scss
thecore_ui_commons-3.2.5 app/assets/stylesheets/thecore_ui_commons/variables.scss
thecore_ui_commons-3.2.4 app/assets/stylesheets/thecore_ui_commons/variables.scss
thecore_ui_commons-3.2.3 app/assets/stylesheets/thecore_ui_commons/variables.scss
thecore_ui_commons-3.2.2 app/assets/stylesheets/thecore_ui_commons/variables.scss
thecore_ui_commons-3.2.1 app/assets/stylesheets/thecore_ui_commons/variables.scss
thecore_ui_commons-3.2.0 app/assets/stylesheets/thecore_ui_commons/variables.scss