add video chip to Odoo speed-run blog card on homepage + JS/CSS for video chips

This commit is contained in:
Oliver
2026-06-14 08:39:26 -03:00
parent 77bd7970e1
commit d6688c82a9
3 changed files with 10 additions and 0 deletions
+5
View File
@@ -1196,6 +1196,11 @@ section {
margin-bottom: 12px;
align-self: flex-start;
}
.blog-card-chip-video {
background: rgba(255, 0, 0, 0.1);
color: #ff4444;
border: 1px solid rgba(255, 0, 0, 0.3);
}
.blog-card-date {
font-size: 0.8rem;
color: var(--text-muted);