stylesheets/partials/_adjustments.sass in zocial-0.0.2 vs stylesheets/partials/_adjustments.sass in zocial-0.0.3
- old
+ new
@@ -1,19 +1,36 @@
// Adjustments for light background buttons
//
-// &.white, &.twitter, &.github
-// &.plancast, &.posterous, &.dropbox, &.openid, &.instapaper, &.wikipedia, &.cloudapp, &.gmail
+// Lite
+// &.github, &.twitter, &.white
+//
+// Full
+// &.cloudapp, &.dropbox, &.gmail, &.instapaper,
+// &.openid, &.plancast, &.posterous, &.wikipedia
.adjustment-1
- +text-shadow(0 1px 0 rgba(#fff,.8))
- +box-shadow(inset 0 0.063em 0 rgba(#fff,.4), inset 0 0 0.063em rgba(#fff,.6), 0 0.063em 0 rgba(#fff,.3))
+ +box-shadow(inset 0 0.063em 0 rgba(#fff, 0.4), inset 0 0 0.063em rgba(#fff, 0.6), 0 0.063em 0 rgba(#fff, 0.3))
+ +text-shadow(0 1px 0 rgba(#fff, 0.8))
-// &.github:hover > span, &.twitter:focus > span, &.github:focus > span
+// Lite
+// &.github:hover > span, &.github:focus > span
+// &.twitter:focus > span
//
-// &.plancast:hover > span, &.posterous:hover > span, &.dropbox:hover > span, &.openid:hover > span, &.instapaper:hover > span, &.github:hover > span, &.wikipedia:hover > span, &.gmail:hover > span,
-// &.plancast:focus > span, &.posterous:focus > span, &.dropbox:focus > span, &.openid:focus > span, &.instapaper:focus > span, &.github:focus > span, &.wikipedia:focus > span, &.gmail:focus > span
+// Full
+// &.plancast:hover > span, &.plancast:focus > span,
+// &.posterous:hover > span, &.posterous:focus > span,
+// &.dropbox:hover > span, &.dropbox:focus > span,
+// &.openid:hover > span, &.openid:focus > span,
+// &.instapaper:hover > span, &.instapaper:focus > span,
+// &.wikipedia:hover > span, &.wikipedia:focus > span,
+// &.gmail:hover > span, &.gmail:focus > span
.adjustment-2
- +background(linear-gradient(top, rgba(#fff,.5), rgba(#fff,.2) 49%, rgba(#000,.05) 51%, rgba(#000,.15)))
+ +background(linear-gradient(top, rgba(#fff, 0.5), rgba(#fff, 0.2) 49%, rgba(#000, 0.05) 51%, rgba(#000, 0.15)))
+// Lite
// &.twitter:active > span, &.github:active > span
-// &.plancast:active > span, &.posterous:active > span, &.dropbox:active > span, &.openid:active > span, &.instapaper:active > span, &.wikipedia:active > span, &.gmail:active > span
+//
+// Full
+// &.dropbox:active > span, &.gmail:active > span, &.instapaper:active > span,
+// &.openid:active > span, &.plancast:active > span, &.posterous:active > span,
+// &.wikipedia:active > span
.adjustment-3
- +background(linear-gradient(bottom, rgba(#fff,0), rgba(#fff,0) 30%, rgba(#000, 0) 50%, rgba(#000,.1)))
\ No newline at end of file
+ +background(linear-gradient(bottom, rgba(#fff, 0), rgba(#fff, 0) 30%, rgba(#000, 0) 50%, rgba(#000, 0.1)))