mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Actions style done
This commit is contained in:
@@ -591,7 +591,7 @@ header .redirect-button:hover {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.control-panel .buttons-container.nav-mode button {
|
||||
height: 3vh;
|
||||
height: 5vh;
|
||||
width: 15vw;
|
||||
margin: 0px 0.5vw;
|
||||
font-size: 1vw;
|
||||
@@ -599,10 +599,13 @@ header .redirect-button:hover {
|
||||
.control-panel .action-form {
|
||||
box-sizing: border-box;
|
||||
padding: 0px 16.5vw;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.control-panel .action-form form {
|
||||
height: 100%;
|
||||
max-width: 742px;
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
@@ -632,7 +635,8 @@ header .redirect-button:hover {
|
||||
.control-panel .action-form form input[type=text] {
|
||||
height: 5vh;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 2vw;
|
||||
font-size: 1.2vw;
|
||||
outline: none;
|
||||
border: none;
|
||||
border-bottom: 1px solid #a2a2a2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user