Change buttons a bit. End turn option

This commit is contained in:
jude
2023-02-16 09:38:03 +00:00
parent b3fd23bba2
commit bcbd407d7d
4 changed files with 70 additions and 45 deletions

View File

@ -20,6 +20,11 @@
color: red;
}
#end-turn {
font-size: 2em;
color: red;
}
#ready-button.active {
font-size: 2em;
color: green;
@ -103,7 +108,7 @@
#remaining-reinforcements {
position: fixed;
bottom: 20px;
bottom: 64px;
width: 100%;
display: flex;
align-items: center;