This commit is contained in:
2025-01-20 19:30:44 -03:00
parent 6673fac076
commit c06b8c5608
8 changed files with 9 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
gap: 3px;
/* min-width: 220px;
min-height: 250px; */
background-color: #292929;
background: var(--main-gradient);
border-radius: 5px;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
text-align: center;

View File

@@ -94,6 +94,9 @@
}
.card-faturamento-anual {
max-width: 120%;
/* height: 100%; */
min-height: 280px;
min-width: 95%;
padding: 15px 0px 15px 0px;
}
}