diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -353,8 +353,8 @@ path.campaign { stroke: black; stroke-dasharray: 4 4; } } #unshaded_event { - left: 3px; - right: 3px; + left: 10px; + right: 10px; top: 200px; height: 70px; border-radius: 12px; @@ -363,11 +363,15 @@ path.campaign { stroke: black; stroke-dasharray: 4 4; } #shaded_event { left: 3px; right: 3px; - bottom: 4px; + bottom: 3px; height: 80px; border-radius: 12px; } +#this_card.card_10 #unshaded_event { height: 80px; } +#this_card.card_10 #shaded_event { height: 69px; } + + /* TOKEN IMAGES */ .token.tributary { background-color: #2a2c26 } |