Sha256: 8a5fbaaa146c87c75c796ca9efd6071295b359b6c04bdbeea15805f8e2ff91fd

Contents?: true

Size: 1.2 KB

Versions: 19

Compression:

Stored size: 1.2 KB

Contents

.row
  .mother-three.mother-push-one.column= render "ui_nav"
  .mother-seven.mother-pull-one.column

    %h2 Alerts
    
    %hr

    %p Simplest form of the switch. In this version the switch is a simple reveal plugin with no off state.

    = example do
      %section.alert#info_box
        = link_to "close", "#info_box", :class => "ss-icon close", :data => {:close => true}
        %p some text
      %section.alert.success#success_box
        = link_to "close", "#", :class => "ss-icon close", :data => {:close => "#success_box"}
        %p some text
      %section.alert.error#error_box
        = link_to "close", "#", :class => "ss-icon close", :data => {:close => "#error_box"}
        %p some text

      :coderay
        #!haml

        %section.alert#info_box
          = link_to "close", "#info_box", :class => "ss-icon close", :data => {:close => true}
          %p some text
        %section.alert.success#success_box
          = link_to "close", "#", :class => "ss-icon close", :data => {:close => "#success_box"}
          %p some text
        %section.alert.error#error_box
          = link_to "close", "#", :class => "ss-icon close", :data => {:close => "#error_box"}
          %p some text
      // end

Version data entries

19 entries across 19 versions & 2 rubygems

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