SASS MIXINS
These 8 CSS lines create 32 lines of cross browser CSS!
25 of 34
.blue-button {
@include buttons;
@include filter-gradient(#0071bf, #0083c5); // prevents bg color from leaking outside the border
background-color: #0071bb; // layer fill content
@include box-shadow(0 1px 1px rgba(0, 0, 0, .25), inset 0 2px 0 rgba(255, 255, 255, .25), inset 0 0 0 1px rgba(0, 0, 0, .1));
// drop shadow, inner shadow and inner glow
@include background-image(linear-gradient(bottom, rgba(0, 0, 0, .35) 0%, rgba(255, 255, 255, .35) 100%)); // gradient overlay
&:hover {
@include filter-gradient(#0083c5, #0071bf);
@include background-image(linear-gradient(bottom, rgba(255, 255, 255, .35) 0%, rgba(0, 0, 0, .35) 100%));
}
&:visited {
color: #fff;
}
}
sennza | (07) 3040-1545 |
[email protected] | http://www.sennza.com.au/ | Twitter: @sennza @bronsonquick