Sha256: efd22ce712ca0d2cc28965f0cef08cebb33ce0932b443e962f590759c8283415

Contents?: true

Size: 350 Bytes

Versions: 5

Compression:

Stored size: 350 Bytes

Contents

%h3 Basic Buttons
%input.button-primary{ type: "submit", value: "Primary" }
%button.button-secondary Secondary
%a.button-positive Positive
%button.button-negative Negative
%button.button-primary{disabled: true} Disabled

%h3 Buttons with icons
- all_icons.each do |icon|
  %a{class: "button-primary-with-icon-#{icon}"}= "primary button with #{icon}"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ctl_base_ui-0.0.6 app/views/ctl_base_ui/styleguide/_buttons.html.haml
ctl_base_ui-0.0.5 app/views/ctl_base_ui/styleguide/_buttons.html.haml
ctl_base_ui-0.0.4 app/views/ctl_base_ui/styleguide/_buttons.html.haml
ctl_base_ui-0.0.3 app/views/ctl_base_ui/styleguide/_buttons.html.haml
ctl_base_ui-0.0.2 app/views/ctl_base_ui/styleguide/_buttons.html.haml