quivr/frontend/styles/_Colors.module.scss
Antoine Dewez 1d21897cc1
feat(frontend): chat page ui/ux design (#2106)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
2024-01-28 01:07:57 -08:00

16 lines
310 B
SCSS

$white: #ffffff;
$lightest-grey: #f5f5f5;
$light-grey: #d3d3d3;
$normal-grey: #c8c8c8;
$dark-grey: #707070;
$light-black: #415065;
$black: #11243e;
$dark-black: #081621;
$primary: #6142d4;
$secondary: #f3ecff;
$tertiary: #f6f4ff;
$accent: #13abba;
$highlight: #fafafa;
$ivory: #fcfaf6;
$chat-bg-gray: #d9d9d9;