Sha256: 403b3be75fec6bd19da7ad37ab5579e4056ad1a125fa390b60540cd61eca7416
Contents?: true
Size: 1.23 KB
Versions: 5
Compression:
Stored size: 1.23 KB
Contents
// BASIC COLOR $red: #B02B2C; $green: #00897B; $blue: #4bacfe; $black: #36393D; $grey: #76838f; // flash $error: #dc4747 !default; $warning: #f2a654 !default; $success: #46be8a !default; $info: #57c7d4 !default; $flash-text-color: #fff !default; $flash-background-color: $grey !default; // status_tag $status-tag-text-color: #fff !default; $status-tag-background-color: #cacaca !default; $status-tag-background-valid-color: $success !default; $status-tag-background-error-color: $error !default; $border-color: #e4eaec !default; // body $body-background: #eee !default; // header $header-border-color: #e6e6e6 !default; $header-background: #fff !default; // nav action $header-nav-action-hover-background: #f5f5f5 !default; $header-nav-action-active-background: #f0f0f0 !default; //sidebar $sidebar-border-color: $header-border-color !default; $sidebar-background: #f5f5f5 !default; $sidebar-item-hover-background: #f0f0f0 !default; $sidebar-nested-item-hover-background: #e7e7e7 !default; // text $text-color: #5a5a5a !default; $text-color-important: #526069 !default; $box-shadow: 0 0 4px 0 rgba(0,0,0,0.1) !default; $primary-color: $blue !default; $link-primary-color: $primary-color !default; $button-primary-color: $primary-color !default;
Version data entries
5 entries across 5 versions & 1 rubygems