Spaces:
Running
Running
File size: 778 Bytes
06b7b87 24f0155 06b7b87 24f0155 06b7b87 24f0155 06b7b87 24f0155 06b7b87 24f0155 06b7b87 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | /* FarmSmart Agentic AI - Rwanda */
/* Custom styles beyond Tailwind */
.crop-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.nav-link:hover {
color: #4d7c0f;
}
.season-indicator {
width: 12px;
height: 12px;
border-radius: 50%;
display: inline-block;
margin-right: 5px;
}
.spring { background-color: #4ade80; }
.summer { background-color: #f59e0b; }
.autumn { background-color: #f97316; }
.winter { background-color: #60a5fa; }
.progress-step {
transition: all 0.3s ease;
}
#agent-thinking {
display: none;
}
.recommendation-card {
border-left: 4px solid #166534;
}
.chart-container {
height: 300px;
}
@media (max-width: 768px) {
.chart-container {
height: 200px;
}
} |