Closed Adrian-Moldovan closed 2 years ago
In order to standardize the color scheme, especially for the courses status, a set of CSS variables should be specified
The UI / UX team will provide a print screen of the courses popup and the hex values used in the design.
The front-end should specify in a response for this issue the name of the variables that have been created.
The related issues should point to this issue in order to clearly define the colors used in the implementation.
EE9F8C / A7A377 / D4ECF6 / F4E1C2
$themeColorError: #EE9F8C; $themeColorSuccess: #A7A377; $themeColorInfo: #D4ECF6; $themeColorWarning: #F4E1C2;
Implemented, to be referenced in future implementations
In order to standardize the color scheme, especially for the courses status, a set of CSS variables should be specified
The UI / UX team will provide a print screen of the courses popup and the hex values used in the design.
The front-end should specify in a response for this issue the name of the variables that have been created.
The related issues should point to this issue in order to clearly define the colors used in the implementation.