Sha256: 21b7525b4f3db29a0a01cab54bb64193d25970fe54f23a7c45ed27f812aeb32c
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 KB
Contents
$primary-color: #3389dd; $complement-color: adjust_hue($primary-color, 180); $secondary-color: adjust_hue($primary-color, 135); $tertiary-color: adjust_hue($primary-color, 200); //&*append //AUTO GENERATE FOUNDATION COLORS: (CAN OVERRIDE) @import 'helpers/color_functions'; $alert-color: alert($primary-color);//red $success-color: success($primary-color);//green $warning-color: warning($primary-color);//yellow/orange $info-color: info($primary-color);//blue //ACCENTS CLASSES TO GENERATE: (BACKGROUNDS, BORDERS, AND TEXT-COLOR) $white: #ffffff; $black: #000000; $accent-classes: white black; $accent-define: $white $black; //OPACITY CLASSES TO GENERATE: (% OPACITY OF ACCENT CLASSES) $transparent-strong:0.8; $transparent-medium:0.6; $transparent-weak:0.4; $transparent-light:0.2; $opacity-values:light weak medium strong; $opacity-define:$transparent-light $transparent-weak $transparent-medium $transparent-strong; //DIFFERENCE IN SHADE WHEN ACCENTING COMPONENTS $primary-difference: 30; $transition-brighten: 8%; //TOPBAR COLORS $topbar-bg-color: $primary-color; $topbar-text-color: $white; $body-bg: $white; $body-font-color: rgba($black, $transparent-strong);
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
staple-0.4.5 | source/styles/staple/colors.scss |
staple-0.4.4 | source/styles/staple/colors.scss |
staple-0.4.3 | source/styles/staple/colors.scss |