File tree Expand file tree Collapse file tree 1 file changed +26
-11
lines changed
Expand file tree Collapse file tree 1 file changed +26
-11
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,17 @@ header {
2929 padding : 32px ;
3030}
3131
32+ button {
33+ background-color : transparent;
34+ padding : 16px ;
35+ font-family : 'Space Grotesk' , sans-serif;
36+ font-size : 20px ;
37+ text-align : center;
38+ color : white;
39+ border : 2px solid # a1d2ff ;
40+ cursor : pointer;
41+ }
42+
3243.container {
3344 max-width : 720px ;
3445 margin : 0 auto;
@@ -45,17 +56,6 @@ header {
4556 padding : 16px ;
4657}
4758
48- .stage-actions button {
49- background-color : transparent;
50- padding : 16px ;
51- font-family : 'Space Grotesk' , sans-serif;
52- font-size : 20px ;
53- text-align : center;
54- color : white;
55- border : 2px solid # a1d2ff ;
56- cursor : pointer;
57- }
58-
5959.stage-image {
6060 display : grid;
6161 place-items : center;
@@ -65,6 +65,20 @@ header {
6565 max-width : 100% ;
6666}
6767
68+ .game-over-container {
69+ position : relative;
70+ padding : 24px ;
71+ text-align : center;
72+ }
73+
74+ .game-over-container .game-over-logo {
75+ font-size : 60px ;
76+ }
77+
78+ .game-over-container button {
79+ width : 100% ;
80+ }
81+
6882.loading {
6983 display : flex;
7084 justify-content : center;
@@ -90,6 +104,7 @@ header {
90104
91105.genre {
92106 background-color : transparent;
107+ padding : 0 ;
93108 width : 100px ;
94109 height : 100px ;
95110 overflow : hidden;
You can’t perform that action at this time.
0 commit comments