fnitu / edu-hospice

Application developed for SIIT Challenge Accepted – CODVIDHACK 2020
https://edu-hospice.herokuapp.com
2 stars 2 forks source link

Provide CSS variables for the app color scheme #98

Closed Adrian-Moldovan closed 2 years ago

Adrian-Moldovan commented 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.

irinmo commented 2 years ago

Screenshot 2021-12-07 at 20 23 19 Screenshot 2021-12-07 at 20 23 11 Screenshot 2021-12-07 at 20 23 03 Screenshot 2021-12-07 at 20 22 44

irinmo commented 2 years ago

EE9F8C / A7A377 / D4ECF6 / F4E1C2

razvantudorache commented 2 years ago

$themeColorError: #EE9F8C; $themeColorSuccess: #A7A377; $themeColorInfo: #D4ECF6; $themeColorWarning: #F4E1C2;

Adrian-Moldovan commented 2 years ago

Implemented, to be referenced in future implementations