Sha256: a952253dbb504a74856df187d08b7fba77b7cede34b69e633ea89d1107a1f932

Contents?: true

Size: 696 Bytes

Versions: 1

Compression:

Stored size: 696 Bytes

Contents

<div class="section">
    <h1>Colors</h1>
    <table class="uniformTable">
        <thead class="dark">
            <tr>
                <th></th>
                <th>sass</th>
                <th>class</th>
            </tr>
        </thead>
    <% %w(green blue red gray yellow).each do |color| %>
        <% ["-light", "", "-dark"].each do |style| %>
            <tr>
                <td><span class='swatch bg-<%= color %><%= style %>'></span></td>
                <td><code>$<%= color %><%= style %></code></td>
                <td><code>.<%= color %><%= style %></code></td>
            </tr>
        <% end %>
        <tr><td colspan='3'>&nbsp;</td></tr>
    <% end %>
    </table>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
uniform-ui-1.0 preview/colors.html.erb