-
Notifications
You must be signed in to change notification settings - Fork 844
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added toggle to color guidelines to show text variant in amsterdam-li…
…ght theme only
- Loading branch information
cchaos
committed
Feb 21, 2020
1 parent
3e57b70
commit d99f991
Showing
3 changed files
with
45 additions
and
3 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
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
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,3 +1,11 @@ | ||
// This extra import allows any variables that are created via functions to work when loaded into JS | ||
@import '../../global_styling/variables/colors'; | ||
|
||
$euiColorPrimary: #006DE4; | ||
$euiColorSecondary: #00BFB3; | ||
$euiColorAccent: #FC358E; | ||
|
||
// Constrasty text variants | ||
$euiColorPrimaryText: makeHighContrastColor($euiColorPrimary); | ||
$euiColorSecondaryText: makeHighContrastColor($euiColorSecondary); | ||
$euiColorAccentText: makeHighContrastColor($euiColorAccent); |