Add Dino Land logo to start screen modal
This commit is contained in:
parent
85e2bbb48b
commit
e4a1849669
BIN
assets/images/dinoland-logo.png
Normal file
BIN
assets/images/dinoland-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@ -16,6 +16,13 @@
|
|||||||
|
|
||||||
<div id="startScreen">
|
<div id="startScreen">
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
|
<img
|
||||||
|
class="start-logo"
|
||||||
|
src="assets/images/dinoland-logo.png"
|
||||||
|
alt="Dino Land logo"
|
||||||
|
width="320"
|
||||||
|
height="180"
|
||||||
|
/>
|
||||||
<h1>Start Dino Land</h1>
|
<h1>Start Dino Land</h1>
|
||||||
<form id="startForm">
|
<form id="startForm">
|
||||||
<label for="startPassword">Password</label>
|
<label for="startPassword">Password</label>
|
||||||
|
|||||||
@ -40,6 +40,14 @@ body {
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
width: min(92vw, 460px);
|
width: min(92vw, 460px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.start-logo {
|
||||||
|
display: block;
|
||||||
|
width: min(100%, 320px);
|
||||||
|
height: auto;
|
||||||
|
margin: 0 auto 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.hidden { display: none !important; }
|
.hidden { display: none !important; }
|
||||||
button, input, select {
|
button, input, select {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user