styling tweaks

This commit is contained in:
AlecM33
2022-06-14 23:12:11 -04:00
parent e3406eeaa5
commit 805a76f989
3 changed files with 43 additions and 6 deletions

View File

@@ -339,8 +339,16 @@ select {
font-size: 25px;
}
#game-time label {
display: block;
width: 6em;
text-align: center;
}
#game-time div {
margin: 0.5em;
display: flex;
align-items: center;
}
#role-alignment {
@@ -481,7 +489,7 @@ input[type="number"] {
#tracker-container {
display: flex;
align-items: center;
margin-top: 2em;
margin-top: 1em;
justify-content: center;
width: 100%;
}
@@ -511,6 +519,14 @@ input[type="number"] {
background-color: #66666657 !important;
padding: 0 !important;
width: 50px;
height: 44px;
}
.tracker-placeholder {
width: 50px;
height: 44px;
background-color: transparent;
border: none;
}
#step-forward-button, #create-game {
@@ -572,7 +588,7 @@ input[type="number"] {
min-width: 90%;
}
h1 {
font-size: 35px;
font-size: 32px;
}
#step-1 div {
@@ -602,6 +618,10 @@ input[type="number"] {
.compact-card {
min-width: 130px;
}
#step-title {
font-size: 21px;
}
}
@media(min-width: 551px) {