diff options
Diffstat (limited to 'cards.css')
-rw-r--r-- | cards.css | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -36,6 +36,11 @@ padding: 5px 0 5px 20px; } +.flip .dice_area .star { + float: left; + margin: 0 -48px 0 0; +} + .name.with_symbol { padding: 5px 0; } @@ -115,16 +120,17 @@ .dice_area::before { content: " ~ " } .dice_area::after { content: " ~ " } -.dice_area .star { +.star { position: absolute; right: 0px; - top: 0px; + top: 51px; font-size: 24px; line-height: 24px; + text-align: left; padding: 0 12px; } -.link.right + .dice_area .star { +.link.right + .star { right: 24px; } |