mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-05-06 07:53:37 +02:00
fix font size for text cards
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user