mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Add Rocket League mini
This commit is contained in:
parent
2b2ddfe4bd
commit
413b14cf54
1 changed files with 11 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue