sgruhier / foundation_rails_helper

Rails Helper for Zurb Fondation framework
MIT License
153 stars 84 forks source link

Foundation 6 - Change default button class #146

Closed dsandstrom closed 8 years ago

dsandstrom commented 8 years ago

The "radius" class isn't supported anymore. I suggest we change the default class to "success button"

http://foundation.zurb.com/sites/docs/button.html

dgmstuart commented 8 years ago

Oh foundation. How you love to mess with your own fundamental design elements 😜

dsandstrom commented 8 years ago

You can still add a radius to all buttons using $global-radius. This is probably a better approach because it keeps them looking consistent. In addition, the 'hollow' class was added, which seems cool.