1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 21:44:21 +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; max-width: 400px;
position: relative; position: relative;
border-radius: 10px; border-radius: 10px;
height: 80px; height: 100px;
margin: 4px;
} }
.osu { .osu {
@ -91,7 +92,6 @@ input[type="text"], input[type="password"] {
} }
.player-name { .player-name {
vertical-align: middle;
color: #ffffff; color: #ffffff;
} }
} }
@ -155,17 +155,25 @@ input[type="text"], input[type="password"] {
.player-name { .player-name {
vertical-align: middle; vertical-align: middle;
color: #ffffff;
} }
} }
.game-title { .game-title {
grid-row: 2; grid-row: 2;
font-size: smaller; font-size: smaller;
font-style: normal; text-align: center;
color: #41abfa;
} }
.game-score { .game-score {
grid-row: 3; grid-row: 3;
img {
height: 36px;
display: block;
margin: auto;
}
} }
.duel { .duel {