Login finished, Game jam functions next.

This commit is contained in:
Minik Gaarde Lambrecht
2021-04-07 01:54:42 +02:00
parent 45164d2c63
commit ee32bf4e5a
13 changed files with 334 additions and 142 deletions
+6 -3
View File
@@ -22,6 +22,9 @@ body{
.HeaderTitle {
text-align: center;
display: inline-block;
font-weight: bold;
margin-bottom: 0;
}
.HeaderLeft {
@@ -29,15 +32,14 @@ body{
}
/*Create game jam*/
#createGameJam{
justify-content: center;
display: grid;
}
#createGameJam input{
display: block;
position: center;
}
#startTime {
@@ -72,7 +74,8 @@ body{
filter: invert(90%);
}
#nameOfGameJam {
#nameOfGameJam,
#keyWord {
background-color: rgb(18, 18, 18);
color: rgba(255, 255, 255, .55);
border-radius: 15px;
+8 -2
View File
@@ -417,9 +417,11 @@ a:hover {
.box #username,
.box #loginUsername,
.box #adminUsername,
.box #pass1,
.box #pass2,
.box #loginPassword,
.box #adminPassword,
.box #GameJamSelect {
border: 0;
background: none;
@@ -515,17 +517,21 @@ a:hover {
.box #username:focus,
.box #loginUsername:focus,
.box #adminUsername:focus,
.box #pass1:focus,
.box #pass2:focus,
.box #loginPassword:focus {
.box #loginPassword:focus,
.box #adminPassword:focus {
width: 300px;
}
.box #username:hover,
.box #loginUsername:hover,
.box #adminUsername:hover,
.box #pass1:hover,
.box #pass2:hover,
.box #loginPassword:hover {
.box #loginPassword:hover,
.box #adminPassword:hover {
color: rgba(255, 255, 255, .75);
}