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

Version Path
plinth-0.0.1.beta.4 app/views/ui/forms.html.haml
sb-styleguide-1.2.2 app/views/ui/forms.html.haml
sb-styleguide-1.2.1 app/views/ui/forms.html.haml
sb-styleguide-1.2.0 app/views/ui/forms.html.haml
plinth-0.0.1.beta.3 app/views/ui/forms.html.haml
plinth-0.0.1.beta.2 app/views/ui/forms.html.haml
plinth-0.0.1.beta.1 app/views/ui/forms.html.haml
plinth-0.0.1.pre app/views/ui/forms.html.haml
sb-styleguide-1.1.0 app/views/ui/forms.html.haml
sb-styleguide-1.0.1 app/views/ui/forms.html.haml
sb-styleguide-1.0.0 app/views/ui/forms.html.haml
sb-styleguide-0.0.9 app/views/ui/forms.html.haml
sb-styleguide-0.0.8 app/views/ui/forms.html.haml
sb-styleguide-0.0.7 app/views/ui/forms.html.haml
sb-styleguide-0.0.6 app/views/ui/forms.html.haml
sb-styleguide-0.0.5 app/views/ui/forms.html.haml
sb-styleguide-0.0.4 app/views/ui/forms.html.haml
sb-styleguide-0.0.3 app/views/ui/forms.html.haml
sb-styleguide-0.0.2 app/views/ui/forms.html.haml