Sha256: e7f6380a0c14a86cd4f5f83d1aa12d0637a5719bb9363dcaa2fcba06e9f0ec9d

Contents?: true

Size: 904 Bytes

Versions: 3

Compression:

Stored size: 904 Bytes

Contents

.search-tools
  .filter
    %label Colors
    %div
      %ol
        %li
          %input#red{type: "checkbox"}/
          %label{for: "red"} Red
        %li
          %input#green{type: "checkbox"}/
          %label{for: "green"} Green
        %li
          %input#blue{type: "checkbox"}/
          %label{for: "blue"} Blue
  .filter
    %label Sizes
    %div
      %ol
        %li
          %input#small{type: "checkbox"}/
          %label{for: "small"} Small
        %li
          %input#medium{type: "checkbox"}/
          %label{for: "medium"} Medium
        %li
          %input#large{type: "checkbox"}/
          %label{for: "large"} Large
  .filter
    %label Lengths
    %div
      %ol
        %li
          %input#short{type: "checkbox"}/
          %label{for: "short"} Short
        %li
          %input#long{type: "checkbox"}/
          %label{for: "long"} Long
  .trigger
    %button Update

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
breezeblocks-0.0.4 source/_search_tools.html.haml
breezeblocks-0.0.2 source/_search_tools.html.haml
breezeblocks-0.0.1 source/_search_tools.html.haml