Skip to content

SCSS - update badge color for new plans

Etienne Baqué requested to merge 321364-update-plan-color-code into master

What does this MR do?

As part of #321364 (closed), we introducing Premium and Ultimate plans into the database (MR here). Today, we already are showing new plans (eg. Premium (formerly Silver)), but behind the scenes, this group still points to an old plan (eg. Silver) in the database.

Before we start pointing to the new plans records, we need to update color codes used to render Silver and Gold badges, while at the same time keep the codes for the old plans. This is what this MR does.

Screenshots (strongly suggested)

A couple of screenshots to show that color codes still work for both old (deprecated) and new plans.

Screenshot_from_2021-02-19_14-36-20

Screenshot_from_2021-02-19_14-36-09

Conformity

Availability and Testing

Related to #321364 (closed)

Edited by Etienne Baqué

Merge request reports