Sha256: cace0bb296e0aa4fc474b97af694e81d6140e354c61c4e46ac316be5aa99c2f4

Contents?: true

Size: 802 Bytes

Versions: 10

Compression:

Stored size: 802 Bytes

Contents

/* Table of Contents
==================================================
# Variables Color
# Variables Typography */

/* # Variables Color
================================================== */
$color-primary: $color-blue;
$color-secondary: $color-green;
$color-tertiary: $color-red;

/* # Variables Typography
================================================== */
$typography-gotham-round: true;
$typography-gotham: true;
$typography-base-font: 'Gotham Round';
$typography-heading-font: 'Gotham';
$typography-heading: $typography-heading-font, 'Helvetica', Helvetica, Arial, sans-serif;
$typography-monospace: Monaco, Menlo, Consolas, 'Courier New', monospace;
$typography-sans-serif: $typography-base-font, 'Helvetica', Helvetica, Arial, sans-serif;
$typography-serif: 'Times New Roman', Times, serif;

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
active_frontend-13.3.0 vendor/assets/stylesheets/_variable.scss
active_frontend-13.2.0 vendor/assets/stylesheets/_variable.scss
active_frontend-13.1.0 vendor/assets/stylesheets/_variable.scss
active_frontend-13.0.6 vendor/assets/stylesheets/_variable.scss
active_frontend-13.0.5 vendor/assets/stylesheets/_variable.scss
active_frontend-13.0.4 vendor/assets/stylesheets/_variable.scss
active_frontend-13.0.3 vendor/assets/stylesheets/_variable.scss
active_frontend-13.0.2 vendor/assets/stylesheets/_variable.scss
active_frontend-13.0.1 vendor/assets/stylesheets/_variable.scss
active_frontend-13.0.0 vendor/assets/stylesheets/_variable.scss