Sha256: cfe75d4224b228135396f4fe3ae21db49e3f61eb1eb90cc29346c1d78e406390
Contents?: true
Size: 1.02 KB
Versions: 3
Compression:
Stored size: 1.02 KB
Contents
// BASIC COLOR $red: #B02B2C; $green: #00897B; $blue: #4bacfe; $black: #36393D; // flash $error: #dc4747 !default; $warning: #f2a654 !default; $success: #46be8a !default; $info: #57c7d4 !default; $flash-text-color: #fff !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; // 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; $primary-color: $blue !default;
Version data entries
3 entries across 3 versions & 1 rubygems