Sha256: 4440ed991e34ad0552c20403a676e80a3d59536adef48765bd1b5d7d9534a213

Contents?: true

Size: 766 Bytes

Versions: 62

Compression:

Stored size: 766 Bytes

Contents

#color-variables.style-guide__subsection

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

  %p The main color palette for the admin.

  .grid.grid--auto
    - colors = %w(black off-black blue bright-blue green bright-green red dark-gray gray light-gray off-white white orange)
    - 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 font-color background-color border-color focus-ring-color shadow-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-admin-3.4.13 app/views/workarea/admin/style_guides/settings/_color_variables.html.haml
workarea-admin-3.4.12 app/views/workarea/admin/style_guides/settings/_color_variables.html.haml