35
-
+
23%
@@ -21,44 +22,54 @@
-
Segmentos más usados
-
+
Cargas activas
+
+
+
Segmentos más usados
-
+
+
+
-
-
+
Estados más usados
-
+
+
+
Ciudades más usadas
-
+
+
+
Tipo de transporte más usados
-
+
+
+
@@ -68,44 +79,24 @@
width: 100%;
display: flex;
flex-direction: row;
- gap: 1rem;
- flex-wrap: nowrap;
- }
-
- .total-loads {
- min-width: 300px;
- }
-
- .process-load {
- margin-bottom: 1rem;
- font-size: 1.2rem;
- }
-
- .process-load span {
- margin-left: 1rem;
- margin-right: 1rem;
- font-size: 1.4rem;
- font-weight: 900;
- margin-top: 0px;
+ justify-content: space-between;
+ flex-wrap: wrap;
+ /* gap: 1rem; */
}
.card-dashboard {
- width: 33%;
+ width: 32%;
+ /* margin: 8px 8px; */
min-height: 300px;
display: flex;
flex-direction: column;
}
- .card-loads {
+ .card-chart {
+ width: 100%;
+ /* max-width: 333px; */
display: flex;
- flex-direction: row;
- justify-content: space-around;
- }
-
- .small {
- font-size: 1rem;
- color: grey;
- font-weight: 300;
+ flex-direction: column;
}
.main-info{
@@ -116,19 +107,24 @@
justify-content: center;
margin: auto 0;
padding: 0px;
- font-size: 5rem;
+ font-size: 7rem;
font-weight: 900;
}
+ .indicator-text {
+ font-size: 3rem;
+ }
.container-dashboard h3 {
font-size: 1.2rem;
- font-weight: 400;
+ font-weight: 700;
+ margin-bottom: 1.5rem;
color: #323232;
}
- ol li {
- font-size: 1.3rem;
- font-weight: 500;
+ @media (max-width: 1300px) {
+ .card-dashboard {
+ width: 48%;
+ }
}
@media (max-width: 768px) {
@@ -136,22 +132,11 @@
.container-dashboard {
width: 100%;
flex-direction: column;
+ justify-content: center;
+ flex-wrap: nowrap;
}
.card-dashboard {
width: 100%;
}
-
- .process-load {
- margin-bottom: 0.5rem;
- font-size: 1rem;
- }
-
- .process-load span {
- margin-left: 1rem;
- margin-right: 1rem;
- font-size: 1.2rem;
- font-weight: 700;
- margin-top: 0px;
- }
}