Loading template/resources/sass/_examples.scss +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ pre.inline-example { border-width: 1px !important; border-style: solid; @include vertical-gradient(#f1f1f1, #e9e9e9); box-shadow: inset rgba(255,255,255,0.5) 0 1px 0; @include box-shadow(rgba(255,255,255,0.5) 0 1px 0 0 inset); .separator { border-left: 1px solid #ccc; margin: 0 10px; Loading template/resources/sass/_mixins.scss +2 −6 Original line number Diff line number Diff line @import "variables"; @import "compass/css3"; @mixin box-shadow($x, $y, $radius, $color) { -webkit-box-shadow: $x $y $radius $color; -moz-box-shadow: $x $y $radius $color; } @mixin vertical-gradient($fromCol, $toCol) { background: $fromCol; background: -webkit-gradient(linear, left top, left bottom, from($fromCol), to($toCol)); Loading Loading @@ -65,7 +61,7 @@ color: #999999; } } @mixin green-button { box-shadow: inset #b3f33d 0 1px 0; @include box-shadow(#b3f33d 0 1px 0 0 inset); color: #fff; text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0; @include border-radius(3px); Loading @@ -78,7 +74,7 @@ border-color: #707070; cursor: auto; @include vertical-gradient(#bbb, #9c9c9c); box-shadow: inset #d7d7d7 0 1px 0; } } @include box-shadow(#d7d7d7 0 1px 0 0 inset); } } @mixin member-expander { Loading template/resources/sass/_trees.scss +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ border: 1px solid #727a81; background-color: #646b72; @include vertical-gradient(#646b72, #8d949b); box-shadow: inset #5b6167 0 0 1px; @include box-shadow(#5b6167 0 0 1px 0 inset); @include border-radius(10px); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35); } } } Loading
template/resources/sass/_examples.scss +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ pre.inline-example { border-width: 1px !important; border-style: solid; @include vertical-gradient(#f1f1f1, #e9e9e9); box-shadow: inset rgba(255,255,255,0.5) 0 1px 0; @include box-shadow(rgba(255,255,255,0.5) 0 1px 0 0 inset); .separator { border-left: 1px solid #ccc; margin: 0 10px; Loading
template/resources/sass/_mixins.scss +2 −6 Original line number Diff line number Diff line @import "variables"; @import "compass/css3"; @mixin box-shadow($x, $y, $radius, $color) { -webkit-box-shadow: $x $y $radius $color; -moz-box-shadow: $x $y $radius $color; } @mixin vertical-gradient($fromCol, $toCol) { background: $fromCol; background: -webkit-gradient(linear, left top, left bottom, from($fromCol), to($toCol)); Loading Loading @@ -65,7 +61,7 @@ color: #999999; } } @mixin green-button { box-shadow: inset #b3f33d 0 1px 0; @include box-shadow(#b3f33d 0 1px 0 0 inset); color: #fff; text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0; @include border-radius(3px); Loading @@ -78,7 +74,7 @@ border-color: #707070; cursor: auto; @include vertical-gradient(#bbb, #9c9c9c); box-shadow: inset #d7d7d7 0 1px 0; } } @include box-shadow(#d7d7d7 0 1px 0 0 inset); } } @mixin member-expander { Loading
template/resources/sass/_trees.scss +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ border: 1px solid #727a81; background-color: #646b72; @include vertical-gradient(#646b72, #8d949b); box-shadow: inset #5b6167 0 0 1px; @include box-shadow(#5b6167 0 0 1px 0 inset); @include border-radius(10px); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35); } } }