Sha256: d97435b355b6d8ac28e71a994a5518a29e19b280e77286a317277e84c7d82cf7
Contents?: true
Size: 824 Bytes
Versions: 1
Compression:
Stored size: 824 Bytes
Contents
/* 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; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
transit-0.0.1 | app/assets/stylesheets/includes/_compat.scss |