Updates all styles save for the tooltip and tracker, which are forthcoming. I just really wanted to commit all these changes.
This commit is contained in:
25
WebHostLib/static/styles/hostGame.css
Normal file
25
WebHostLib/static/styles/hostGame.css
Normal file
@@ -0,0 +1,25 @@
|
||||
#host-game-wrapper{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
#host-game{
|
||||
width: 620px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#host-game.wider{
|
||||
width: 980px;
|
||||
}
|
||||
|
||||
#host-game-form-wrapper{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
#host-game-form{
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user