/* Include browser-specific css here. This file should be included in the main css file as well as ie.css. This way PIE can apply itself to any css3 items that have been used. add @import pie_option; to allow SASS to toggle it on for IE and off for everyone else. */ /////////////////////////////////////////////// // Setup buttons /////////////////////////////////////////////// @import "blueprint/buttons"; $blueprint-button-font-family: $blueprint-font-family; a.button{ @include anchor-button; } button.button{ @include button-button; } .button{ @include border-radius(5px); @include pie_option; padding:0px 1.5em; margin:0px; text-decoration:none; @include button-colors; @include button-active-colors; @include button-hover-colors; &:hover{ } &:active{ } } a.button, button.button{ @extend .button; }