finalise ball colourings and display
This commit is contained in:
@@ -73,7 +73,7 @@ func InSlice(n int, list []int) bool {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return true
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
func lower(input string) string {
|
func lower(input string) string {
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
background-color: #facc15;
|
background-color: #facc15;
|
||||||
color: black;
|
color: black;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
animation: pulse 1s infinite;
|
animation: pulse 2s infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .prize-badge {
|
/* .prize-badge {
|
||||||
@@ -38,13 +38,9 @@
|
|||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
box-shadow: 0 0 6px rgba(0,0,0,0.2);
|
box-shadow: 0 0 6px rgba(0,0,0,0.2);
|
||||||
} */
|
} */
|
||||||
|
|
||||||
.ball.bonus {
|
|
||||||
background-color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ball.matched {
|
.ball.matched {
|
||||||
animation: pulse 1s ease-in-out infinite;
|
animation: pulse 2s ease-in-out infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ball.game-lotto.lotto-range-01-09 {
|
.ball.game-lotto.lotto-range-01-09 {
|
||||||
|
|||||||
Reference in New Issue
Block a user