1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00

Add Rocket League mini

This commit is contained in:
Steffo 2018-06-04 16:56:16 +02:00
parent 2b2ddfe4bd
commit 413b14cf54

View file

@ -42,7 +42,8 @@ input[type="text"], input[type="password"] {
max-width: 400px;
position: relative;
border-radius: 10px;
height: 80px;
height: 100px;
margin: 4px;
}
.osu {
@ -91,7 +92,6 @@ input[type="text"], input[type="password"] {
}
.player-name {
vertical-align: middle;
color: #ffffff;
}
}
@ -155,17 +155,25 @@ input[type="text"], input[type="password"] {
.player-name {
vertical-align: middle;
color: #ffffff;
}
}
.game-title {
grid-row: 2;
font-size: smaller;
font-style: normal;
text-align: center;
color: #41abfa;
}
.game-score {
grid-row: 3;
img {
height: 36px;
display: block;
margin: auto;
}
}
.duel {