Actions style done

This commit is contained in:
2021-10-22 20:51:22 -03:00
parent 9cf2461ad0
commit 3e9579b8ee
4 changed files with 15 additions and 5 deletions

View File

@@ -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;
}