Sha256: d13564590fbce35791bfeaa37b83a8f530c56f84644ce51aa70b2116cfbeb879
Contents?: true
Size: 1.57 KB
Versions: 2
Compression:
Stored size: 1.57 KB
Contents
// Typography $georgia: Georgia, Cambria, "Times New Roman", Times, serif; $helvetica: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; $monospace: "Bitstream Vera Sans Mono", Consolas, Courier, monospace; $sans-serif: $helvetica; $serif: $georgia; $base-font-family: $sans-serif; $header-font-family: $base-font-family; // Sizes $base-font-size: 1em; $base-line-height: $base-font-size * 1.5; $unitless-line-height: $base-line-height / ($base-line-height * 0 + 1); // Strip units from line-height: https://developer.mozilla.org/en-US/docs/Web/CSS/line-height#Prefer_unitless_numbers_for_line-height_values $header-line-height: $base-font-size * 1.25; $base-border-radius: em(3); $base-vertical-spacing: 0.5em; $h1-font-size: $base-font-size * 2.25; $h2-font-size: $base-font-size * 2; $h3-font-size: $base-font-size * 1.75; $h4-font-size: $base-font-size * 1.5; $h5-font-size: $base-font-size * 1.25; $h6-font-size: $base-font-size; // Colors $blue: #477DCA; $dark-gray: #333; $medium-gray: #999; $light-gray: #DDD; $light-red: #FBE3E4; $light-yellow: #FFF6BF; $light-green: #E6EFC2; // Background Color $base-background-color: white; // Font Colors $base-font-color: $dark-gray; $base-accent-color: $blue; // Link Colors $base-link-color: $base-accent-color; $hover-link-color: darken($base-accent-color, 15); $base-button-color: $base-link-color; $hover-button-color: $hover-link-color; // Border color $base-border-color: $light-gray; // Flash Colors $alert-color: $light-yellow; $error-color: $light-red; $notice-color: lighten($base-accent-color, 40); $success-color: $light-green;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
plotline-0.1.1 | app/assets/stylesheets/plotline/components/variables.scss |
plotline-0.1.0 | app/assets/stylesheets/plotline/components/variables.scss |