Wizerunki bonusowych kart. Wyszarzenie pustych kart kiedy nie są wybrane. Usunięcie przycisku przydziel kiedy zdejmujemy żetony i są mniej niż 2 dwa żetony złota, srebra albo diamentu.
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
.group .coin:first-child {
|
||||
margin: 5px 0vh 5px 0vh;
|
||||
}
|
||||
.group .coin.blank {
|
||||
opacity: 0.7;
|
||||
}
|
||||
.group .coin.blank.selected {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.group .coin.selected:first-child {
|
||||
margin: 5px 0vh 5px -4vh;
|
||||
@@ -107,9 +113,9 @@
|
||||
visibility: hidden;
|
||||
border: 2px solid dodgerblue;
|
||||
margin: 1.5vh auto;
|
||||
width: 10vw;
|
||||
max-width: 18vw;
|
||||
height: 5vh;
|
||||
padding: 0.5vh 4vh;
|
||||
padding: 0.5vh 2vw;
|
||||
font-weight: bold;
|
||||
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
|
||||
background-color: #bedfff;
|
||||
|
||||
Reference in New Issue
Block a user