@@ -188,16 +188,30 @@ hr {
188
188
height : 40px ;
189
189
line-height : 42px ;
190
190
margin-left : 9px ; }
191
- .game-container .game-message a .keep-playing-button {
191
+ .game-container .game-message a .keep-playing-button , . game-container . game-message a . confirm-button , . game-container . game-message a . cancel-button {
192
192
display : none; }
193
193
.game-container .game-message .game-won {
194
194
background : rgba (237 , 194 , 46 , 0.5 );
195
195
color : # f9f6f2 ; }
196
196
.game-container .game-message .game-won a .keep-playing-button {
197
197
display : inline-block; }
198
- .game-container .game-message .game-won , .game-container .game-message .game-over {
198
+ .game-container .game-message .game-won , .game-container .game-message .game-over , . game-container . game-message . restart-game {
199
199
display : block; }
200
200
201
+ .game-container .game-message .restart-game {
202
+ -webkit-animation : fade-in 400ms ease 100ms ;
203
+ -moz-animation : fade-in 400ms ease 100ms ;
204
+ animation : fade-in 400ms ease 100ms ;
205
+ -webkit-animation-fill-mode : both;
206
+ -moz-animation-fill-mode : both;
207
+ animation-fill-mode : both; }
208
+ .game-container .game-message .restart-game .lower {
209
+ margin-top : 85px ; }
210
+ .game-container .game-message .restart-game .lower a .confirm-button , .game-container .game-message .restart-game .lower a .cancel-button {
211
+ display : inline-block; }
212
+ .game-container .game-message .restart-game .lower a .retry-button {
213
+ display : none; }
214
+
201
215
.grid-container {
202
216
position : absolute;
203
217
z-index : 1 ; }
@@ -590,15 +604,28 @@ hr {
590
604
height : 40px ;
591
605
line-height : 42px ;
592
606
margin-left : 9px ; }
593
- .game-container .game-message a .keep-playing-button {
607
+ .game-container .game-message a .keep-playing-button , . game-container . game-message a . confirm-button , . game-container . game-message a . cancel-button {
594
608
display : none; }
595
609
.game-container .game-message .game-won {
596
610
background : rgba (237 , 194 , 46 , 0.5 );
597
611
color : # f9f6f2 ; }
598
612
.game-container .game-message .game-won a .keep-playing-button {
599
613
display : inline-block; }
600
- .game-container .game-message .game-won , .game-container .game-message .game-over {
614
+ .game-container .game-message .game-won , .game-container .game-message .game-over , . game-container . game-message . restart-game {
601
615
display : block; }
616
+ .game-container .game-message .restart-game {
617
+ -webkit-animation : fade-in 400ms ease 100ms ;
618
+ -moz-animation : fade-in 400ms ease 100ms ;
619
+ animation : fade-in 400ms ease 100ms ;
620
+ -webkit-animation-fill-mode : both;
621
+ -moz-animation-fill-mode : both;
622
+ animation-fill-mode : both; }
623
+ .game-container .game-message .restart-game .lower {
624
+ margin-top : 85px ; }
625
+ .game-container .game-message .restart-game .lower a .confirm-button , .game-container .game-message .restart-game .lower a .cancel-button {
626
+ display : inline-block; }
627
+ .game-container .game-message .restart-game .lower a .retry-button {
628
+ display : none; }
602
629
603
630
.grid-container {
604
631
position : absolute;
0 commit comments