Sha256: df5bd7a8885b5c425e89861be7b9515d73439710402cb1170686596bec1bff09
Contents?: true
Size: 1.37 KB
Versions: 1
Compression:
Stored size: 1.37 KB
Contents
// 50 Shades of Grey $dark-grey: #313131; $grey: #6e6e6e; $light-grey: lighten($grey, 30%); $lighter-grey: #f0f3f5; $aqua: #18788d; $navy: #043751; $dark-navy: darken($navy, 10%); // Brand Colors $straya-green: #008752; $straya-yellow: #FFC423; // Status Colors $green: #007554; $light-green: #e6efc2; $red: #cc0000; $light-red: #f9dede; $yellow: #f9c642; $light-yellow: #fdf7dc; $blue: #00bfe9; $light-blue: #e8f5fa; // Seperation of Pretty colors from contextual colors $action-color: $aqua; $action-color--hover: darken($action-color, 5%); $action-color--active: darken($action-color, 10%); $action-color--disabled: lighten($action-color, 30%); $focus-color: lighten($action-color, 30%); $error-color: $red; $success-color: $green; $warning-color: $yellow; $info-color: $blue; $body-text-color: $dark-grey; $button-bg-color: $action-color; $button-bg-color--hover: $action-color--hover; $button-bg-color--active: $action-color--active; $button-bg-color--disabled: $action-color--disabled; $button-text-color: white; $input-focus-color: $focus-color; $border-color: $light-grey; $background-color: white;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dta_rapid-0.2.10 | _sass/_colors.scss |