Sha256: d62c707775e9619dd7d3f68448076cec12523da2373a00d226e99735f7b24620
Contents?: true
Size: 1.36 KB
Versions: 19
Compression:
Stored size: 1.36 KB
Contents
.row .mother-three.mother-push-one.column= render "ui_nav" .mother-seven.mother-pull-one.column %h2 Forms %hr %h3.h5 location input = example do %div.location-input %input{:type=>"text", :placeholder=>"Location"} %span.ss-icon.locate locate %br %div.location-input %input{:type=>"text", :placeholder=>"Location"} %span.ss-icon.locate.is-active locate :coderay #!haml %div.location-input %input{:type=>"text", :placeholder=>"Location"} %span.ss-icon.locate locate %div.location-input %input{:type=>"text", :placeholder=>"Location"} %span.ss-icon.locate.is-active locate // end %hr %h3.h5 Prefixed input = example do %form .row .mother-eight.column .row.collapse .mother-eight.column %input.prefix{:type=>"text"} .mother-four.column %input.orange.small.btn.suffix{:type=>"submit", :value => "Submit"} :coderay #!haml %form .row .mother-eight.column .row.collapse .mother-eight.column %input.prefix{:type=>"text"} .mother-four.column %input.btn.suffix{:type=>"submit", :value => "Submit"} // end
Version data entries
19 entries across 19 versions & 2 rubygems