Enlarged tool window

This commit is contained in:
2023-02-15 09:47:34 +01:00
parent 86e46ad205
commit 4b3fac59c0

View File

@@ -19,7 +19,7 @@
background: #FFFFFF;
padding: 15px 30px;
font-family: 'Nunito', sans-serif;
width: 40%;
width: 30%;
height: 100%;
overflow: scroll;
}
@@ -60,7 +60,7 @@
}
.tool {
width: 55%;
width: 65%;
display: flex;
justify-content: space-evenly;
}
@@ -252,7 +252,7 @@
}
.action-button.active {
background: #3bc4f1;
background: #2A93B0;
border: 1px solid #7ed0eb;
cursor: pointer;
border-radius: 5px;
@@ -390,7 +390,7 @@
padding: 15px 0;
margin: 5px 0px;
font-size: 18px;
background: #ADAEBA;
background: #D5D7E6;
cursor: pointer;
border-bottom: darkgray 2px solid !important;
border-radius: 5px;