NSamson1's picture
Update style.css
06b7b87 verified
raw
history blame contribute delete
778 Bytes
/* 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;
}
}