-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We already had this for the zoom controls. Now the map layer and the scorecard accordion have it.
- Loading branch information
1 parent
bfb791d
commit 1622c3b
Showing
3 changed files
with
9 additions
and
0 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,5 +1,6 @@ | ||
$teal: hsl(173, 72%, 46%); | ||
$white: hsl(0, 0%, 100%); | ||
$hover: hsl(0, 0%, 96%); | ||
$black: hsl(0, 0%, 0%); | ||
$gray: hsl(0, 0%, 25.88%); // Color comes from the logo | ||
$black-translucent: hsla(0, 0%, 0%, 0.4); |