openfun / richie

:pencil: An opensource CMS to build education portals
https://richie.education
MIT License
256 stars 80 forks source link

💄(frontend) improve order group message color and layout #2360

Closed jbpenrath closed 3 months ago

jbpenrath commented 3 months ago

Purpose

Currently, the order group message in CourseProductItem has no color set. That mean we are not able to customize it from our factory that is weird. We decide to use the base color of the CourseProductItem. Furthermore, the spacing around the message is pretty weird so we propose an improvement of margin.

Before After
image image

Proposal