style: icons svg

This commit is contained in:
2025-01-16 15:16:31 -03:00
parent 137f5510f8
commit cf73dba143
13 changed files with 67 additions and 38 deletions

View File

@@ -53,19 +53,14 @@ input, textarea {
* dialog {
transform: scale(1);
/* display: flexbox;
max-width: 200;
max-height: 400; */
}
.grid-buttons {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
max-width: 500px; /* Define a largura máxima do grid */
/* margin: 0 auto; */
display: flex;
gap: 10px;
}
.grid-container {
@@ -88,7 +83,7 @@ input, textarea {
border-radius: 15px;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
text-align: center;
line-height: 120px; /* Centraliza o texto verticalmente */
line-height: 120px;
font-size: 20px;
font-weight: bold;
color: #333;