-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ui): fp-1499 inject cms styles, add colors
The colors are also added in #498.
- Loading branch information
1 parent
b62e9f8
commit 94a6a3c
Showing
4 changed files
with
38 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 15 additions & 1 deletion
16
taccsite_cms/static/site_cms/css/src/_imports/settings/color.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,26 @@ | ||
@import url("@tacc/core-styles/src/lib/_imports/settings/color.css"); | ||
|
||
:root { | ||
|
||
/* Accent */ | ||
/* CAVEAT: A standard accent color definition is pending more designs */ | ||
/* NOTE: The new Frontera and TACC designs both have brown and blue accents */ | ||
--global-color-accent--normal: #877453; | ||
--global-color-accent--x-light: #F2DFBD; /* originally #e3d7fd */ | ||
--global-color-accent--light: #BDA374; /* originally #a387ed */ | ||
--global-color-accent--normal: #877453; /* originally #784fe8 */ | ||
--global-color-accent--dark: #64563E; /* originally #6039cc */ | ||
--global-color-accent--x-dark: #403014; /* originally #3d189b */ | ||
|
||
--global-color-accent--alt: #E0D8C9; /* originally #d2cce7 */ | ||
--global-color-accent--weak: #9D702140; /* originally #6039cc40 */ | ||
|
||
|
||
|
||
/* Link */ | ||
|
||
/* CAVEAT: Not accessible within paragraph text (edge case as of 2021-08) */ | ||
--global-color-link-on-light--normal: #003399; | ||
/* WARNING: This color is from Dev not Design (not rendered as of 2021-08) */ | ||
--global-color-link-on-dark--normal: #0088FF; | ||
|
||
} |