stylesheets/partials/_base.sass in zocial-0.0.2 vs stylesheets/partials/_base.sass in zocial-0.0.3
- old
+ new
@@ -1,5 +1,6 @@
+// Zocial base button architecture
=zocial-base
.zocial, .zocial > span
+border-radius(0.2em)
position: relative
@@ -17,16 +18,16 @@
font-size: $zocial-font-size
outline: none
padding: 0
text-decoration: none !important
- // Misc
+ // Tweak to styles for -moz
button::-moz-focus-inner
border: 0
padding: 0
- // These buttons can be displayed as standalone icons if you also add a class of "icon"
+ // Add a class of "icon" to display as standalone icons instead
&.icon
width: 1.85em
overflow: hidden
& > span
@@ -64,6 +65,7 @@
// Default button styles
& > span:before
content: $zocial-icon-default
-+zocial-base
\ No newline at end of file
+// Include zocial-base
++zocial-base