vendor/assets/stylesheets/sass/ey-theme-globals.css.sass in engineyard-theme-2.3.3 vs vendor/assets/stylesheets/sass/ey-theme-globals.css.sass in engineyard-theme-2.3.5

- old
+ new

@@ -51,13 +51,13 @@ -webkit-border-radius: $radius -moz-border-radius: $radius border-radius: $radius @mixin shadow - -moz-box-shadow: 0 1px 3px #888 - -webkit-box-shadow: 0 1px 3px #888 - box-shadow: 0 1px 4px #888 + -moz-box-shadow: 0 1px 8px #888 + -webkit-box-shadow: 0 1px 8px #888 + box-shadow: 0 1px 8px #888 @mixin med-shadow -moz-box-shadow: 0 1px 0px #9e9ea0 -webkit-box-shadow: 0 1px 0px #9e9ea0 box-shadow: 0 1px 0px #9e9ea0 @@ -101,14 +101,18 @@ background: darken(#85a623, 5%) background: -moz-linear-gradient(top, darken(#bbd65f, 5%), darken(#85a623, 5%)) background: -webkit-gradient(linear, left top, left bottom, from(darken(#bbd65f, 5%)), to(darken(#85a623, 5%))) @mixin box + padding: 20px + margin-bottom: 20px -moz-border-radius: 6px -webkit-border-radius: 6px - margin-bottom: 14px - @include shadow + border-radius: 6px + h2 + margin-top: 0 + font-size: 22px @mixin box_grey @include box border: 1px solid #b3b3b6 background: #cbcaca @@ -119,20 +123,23 @@ background: -moz-linear-gradient(center top, #ededed 0, #c9c9c9 100%) -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ededed, endColorstr=#c9c9c9)" @mixin box_med_grey @include box + margin-bottom: 14px border: 1px solid #858587 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ababab), color-stop(1, #858587)) background: -moz-linear-gradient(center top, #ababab 0, #858587 100%) -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ababab, endColorstr=#858587)" @mixin box_dark_grey @include box + margin-bottom: 14px background: #cbcaca @mixin box_dark_white @include box + margin-bottom: 14px background: #fff @mixin rounded-box -webkit-border-radius: $radius -moz-border-radius: $radius