@@ -191,148 +191,3 @@ GameLanding {
191191 opacity : 0 ;
192192 }
193193}
194- // .bottom-buttons {
195- // position: absolute;
196- // bottom: 100px;
197- // right: 100px;
198- // gap: 16px;
199- // }
200- //
201- // .body {
202- // width: 100%;
203- // height: 100%;
204- // opacity: 1;
205- // transition: all 0.15s;
206- // border-radius: 16px;
207- // padding-top: 24px;
208- // flex-direction: column;
209- //
210- // &.hide {
211- // opacity: 0;
212- // }
213- //
214- // button {
215- // justify-content: center;
216- // align-items: center;
217- // transform: skewX(-4deg);
218- // color: white;
219- // border-radius: 4px;
220- // background-color: rgb(66, 118, 62);
221- // box-shadow: 2px 2px 8px black;
222- // padding: 8px 16px;
223- //
224- // &.disabled {
225- // background-color: rgb(43, 74, 41);
226- // color: #808080;
227- //
228- // >i {
229- // color: #808080;
230- // }
231- // }
232- //
233- // >label {
234- // transform: skewX(1deg);
235- // }
236- //
237- // >i {
238- // font-size: 36px;
239- // transform: skewX(1deg);
240- // }
241- //
242- // &:not(.disabled):hover {
243- // sound-in: ui_button_hover;
244- // right: 102px;
245- // }
246- //
247- // &.settings {
248- // position: absolute;
249- // bottom: 225px;
250- // right: 100px;
251- // width: 200px;
252- // height: 50px;
253- // text-shadow: 2px 2px black;
254- // font-size: 28px;
255- // gap: 4px;
256- // }
257- //
258- // &.start {
259- // height: 100px;
260- // text-shadow: 4px 4px black;
261- // font-size: 64px;
262- //
263- // &.alt {
264- // background-color: transparent;
265- // border: 2px solid rgb(66, 118, 62);
266- // }
267- //
268- // &.disabled {
269- // width: 450px;
270- // font-size: 56px;
271- // }
272- // }
273- // }
274- // }
275- //
276- // .upper {
277- // flex-direction: row;
278- // align-items: center;
279- // width: 100%;
280- // height: 72px;
281- //
282- // .header {
283- // position: relative;
284- // left: -50px;
285- // width: 220px;
286- // height: 72px;
287- // background-color: rgb(66, 118, 62);
288- // align-items: center;
289- // justify-content: flex-end;
290- // transform: skewX(-4deg);
291- // z-index: 4;
292- //
293- // >label {
294- // font-size: 48px;
295- // color: white;
296- // margin-right: 32px;
297- // transform: skewX(1deg);
298- // text-shadow: 2px 2px black;
299- // }
300- // }
301- //
302- // .gamemode-name {
303- // position: relative;
304- // background-color: rgb(233, 239, 232);
305- // left: -55px;
306- // height: 42px;
307- // width: 150px;
308- // transform: skewX(-4deg);
309- // align-items: center;
310- // justify-content: center;
311- // z-index: 2;
312- //
313- // >label {
314- // font-size: 24px;
315- // font-weight: light;
316- // }
317- // }
318- // }
319- //
320- // .middle {
321- // margin: 48px 0;
322- //
323- // }
324- //
325- // .terrain-preview {
326- // position: absolute;
327- // top: 40%;
328- // right: 100px;
329- // width: 533px;
330- // height: 300px;
331- // border: 4px rgb(233, 239, 232);
332- // border-radius: 4px;
333- // }
334- //
335- // &.hide {
336- // opacity: 0;
337- // }
338- // }
0 commit comments