Add 1 files
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -61,7 +61,7 @@
|
|
| 61 |
|
| 62 |
.chart-container {
|
| 63 |
position: relative;
|
| 64 |
-
height:
|
| 65 |
width: 100%;
|
| 66 |
}
|
| 67 |
|
|
@@ -162,7 +162,7 @@
|
|
| 162 |
<h3 class="text-2xl font-bold futuristic-font mt-1">1,248</h3>
|
| 163 |
<div class="flex items-center mt-2">
|
| 164 |
<svg class="h-4 w-4 text-green-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
| 165 |
-
<path stroke-linecap="round" stroke-linejoin="round
|
| 166 |
</svg>
|
| 167 |
<span class="text-xs text-green-500 ml-1">12% vs período anterior</span>
|
| 168 |
</div>
|
|
@@ -307,7 +307,7 @@
|
|
| 307 |
<div class="flex items-start">
|
| 308 |
<div class="flex-shrink-0 h-10 w-10 rounded-full bg-sky-900/30 flex items-center justify-center">
|
| 309 |
<svg class="h-5 w-5 text-sky-400" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
| 310 |
-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0
|
| 311 |
</svg>
|
| 312 |
</div>
|
| 313 |
<div class="ml-4">
|
|
|
|
| 61 |
|
| 62 |
.chart-container {
|
| 63 |
position: relative;
|
| 64 |
+
height: 300px; /* Altura fixa para os gráficos */
|
| 65 |
width: 100%;
|
| 66 |
}
|
| 67 |
|
|
|
|
| 162 |
<h3 class="text-2xl font-bold futuristic-font mt-1">1,248</h3>
|
| 163 |
<div class="flex items-center mt-2">
|
| 164 |
<svg class="h-4 w-4 text-green-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
| 165 |
+
<path stroke-linecap="round" stroke-linejoin="round, stroke-width="2" d="M5 10l7-7m0 0l7 7m-7-7v18" />
|
| 166 |
</svg>
|
| 167 |
<span class="text-xs text-green-500 ml-1">12% vs período anterior</span>
|
| 168 |
</div>
|
|
|
|
| 307 |
<div class="flex items-start">
|
| 308 |
<div class="flex-shrink-0 h-10 w-10 rounded-full bg-sky-900/30 flex items-center justify-center">
|
| 309 |
<svg class="h-5 w-5 text-sky-400" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
| 310 |
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 01118 0z" />
|
| 311 |
</svg>
|
| 312 |
</div>
|
| 313 |
<div class="ml-4">
|