vendor/assets/stylesheets/sass/ey-theme-globals.css.sass in engineyard-theme-2.3.0 vs vendor/assets/stylesheets/sass/ey-theme-globals.css.sass in engineyard-theme-2.3.1
- old
+ new
@@ -76,9 +76,18 @@
@mixin diagonal_gradient_light_grey
background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #d6d6d6), color-stop(1, #eaeaea))
background: -moz-linear-gradient(center top, #d6d6d6 0, #eaeaea 100%)
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d6d6d6, endColorstr=#eaeaea)"
+@mixin grey_gradient
+ background: -webkit-gradient(linear, left top, left bottom, from(#ebe9e9), to(#d2d0d0))
+ background: -moz-linear-gradient(top, #ebe9e9, #d2d0d0)
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ebe9e9, endColorstr=#d2d0d0)"
+
+@mixin blue_gradient
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #68A9C5), color-stop(1, #518AB0))
+ background: -moz-linear-gradient(center top , #68A9C5 0pt, #518AB0 100%) repeat scroll 0 0 transparent
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#68A9C5, endColorstr=#518AB0)"
@mixin box
-moz-border-radius: 6px
-webkit-border-radius: 6px
margin-bottom: 14px