fix font size for text cards

This commit is contained in:
Juraj Michalek
2014-12-29 19:02:57 +00:00
parent ab2562b83b
commit 6746673fb8
5 changed files with 19 additions and 6 deletions

View File

@@ -68,7 +68,7 @@
<flippy-back>
<span class="cardHelper" ng-show="card.cardType == 'picture'"></span><img ng-src="img/cards/{{card.image}}.png" ng-show="card.cardType == 'picture'">
<div ng-hide="card.cardType == 'picture'">{{card.label}}</div>
<div class="textCard" ng-hide="card.cardType == 'picture'"><div class="textCardLabel">{{card.label}}</div></div>
</flippy-back>