Sha256: 15f5bfce2ab8ee18641b626af7911aab8a07fbf67f816233508cb7830790c7e0

Contents?: true

Size: 767 Bytes

Versions: 62

Compression:

Stored size: 767 Bytes

Contents

#color-variables.style-guide__subsection

  %h3= link_to_style_guide('settings', 'color_variables')

  %p The color palette for the storefront.

  .grid.grid--auto
    - colors = %w(blue yellow red green white gray light-gray black black-alpha-50 black-alpha-15 white-alpha-50)
    - colors.each do |color|
      .grid__cell
        .style-guide__color
          .style-guide__color-swatch{ class: "style-guide__color-swatch--#{color}" }
        $#{color}

  .grid.grid--auto
    - colors = %w(transparent background-color highlight-color link-color overlay-shadow-color focus-ring-color)
    - colors.each do |color|
      .grid__cell
        .style-guide__color
          .style-guide__color-swatch{ class: "style-guide__color-swatch--#{color}" }
        $#{color}

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.5.15 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml
workarea-storefront-3.4.36 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml
workarea-storefront-3.5.14 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml
workarea-storefront-3.4.35 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml
workarea-storefront-3.5.13 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml
workarea-storefront-3.4.34 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml
workarea-storefront-3.5.12 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml
workarea-storefront-3.4.33 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml
workarea-storefront-3.5.11 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml
workarea-storefront-3.5.10 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml
workarea-storefront-3.4.32 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml
workarea-storefront-3.5.9 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml
workarea-storefront-3.4.31 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml
workarea-storefront-3.5.8 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml
workarea-storefront-3.4.30 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml
workarea-storefront-3.5.7 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml
workarea-storefront-3.4.29 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml
workarea-storefront-3.5.6 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml
workarea-storefront-3.4.28 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml
workarea-storefront-3.5.5 app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml