All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.compass-0.12.2.frameworks.blueprint.templates.buttons.buttons.sass Maven / Gradle / Ivy

@import compass/utilities/general/float
@import blueprint/buttons

//
  Use the following HTML code to place the buttons on your site:
  
  
  
  
     Change Password
  
  
  
     Cancel
  

a.button
  // you can pass "left" or "right" to +anchor-button to float it in that direction
  // or you can pass no argument to leave it inline-block (cross browser safe!) within
  // the flow of your page.
  +anchor-button(left)
  // All the button color mixins take 4 optional arguments:
  // font color, background color, border color, border highlight color
  // the first three default to constants set in blueprint/buttons.sass
  // the last one defaults to a shade lighter than the border color.
  +button-colors
  +button-hover-colors
  +button-active-colors

button
  // The +button-button mixin is just like the +anchor-button mixin, but for 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy