Pokazywanie symbolu żetonu bonusowego jaki się dostanie za sprzedanie wybranych kart.

This commit is contained in:
kplaczek
2017-08-15 22:35:55 +02:00
parent a1d5c899f4
commit e43d31b3e1
5 changed files with 74 additions and 4 deletions

View File

@@ -13,6 +13,10 @@
grid-template-rows: repeat(8, 1fr);
}
@media screen and (orientation: landscape){
/*.container {display: none; }*/
}
.group.leather { grid-area: leather; }
.group.fabric { grid-area: fabric; }
.group.spice { grid-area: spice; }