.btn-pretty(@color) {
&:hover {
color: darken(@color, 10%);
}
&:active {
color: darken(@color, 20%);
}
}
.btn-green {
.btn-pretty(#f4f4f4);
}
.btn-green:hover{color:#dbdbdb;}
.btn-green:active{color:#c1c1c1;}
#!/usr/bin/env bash
convert \
-size 400x50 \
-background transparent \
-font font/fontawesome-webfont.ttf \
-pointsize 25 \
-fill black \
-gravity South \
label:@text/symbols.txt \
-flatten out/sprite.png