Remove text shadow from the button

This commit is contained in:
Błażej Pankowiak 2014-07-06 13:03:26 +02:00
parent 0d0ed4db28
commit a9b0412982

View file

@ -6,6 +6,10 @@
.awesome {
text-align: center;
.btn.creation {
text-shadow: none;
}
}
.hero-unit {