-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update shadow styles according to new design tokens
- Loading branch information
1 parent
0d7cb50
commit aeaf736
Showing
2 changed files
with
12 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* autogenerated */ | ||
:root { | ||
--ld-shadow-active: 0rem 0rem 0.25rem rgba(9, 23, 52, 0.15), 0rem 1.5rem 2.5rem rgba(9, 23, 52, 0.15); | ||
--ld-shadow-hover: 0rem 0rem 0.25rem rgba(9, 23, 52, 0.15), 0rem 1rem 2rem rgba(9, 23, 52, 0.15); | ||
--ld-shadow-stacked: 0rem 0.125rem 0.25rem rgba(9, 23, 52, 0.15), 0rem -0.0625rem 0.0625rem rgba(9, 23, 52, 0.05); | ||
--ld-shadow-sticky: 0rem 0rem 0.25rem rgba(9, 23, 52, 0.15), 0rem 0.75rem 1.25rem rgba(9, 23, 52, 0.15); | ||
--ld-drop-shadow-active: drop-shadow(0rem 0rem 0.25rem rgba(9, 23, 52, 0.15)) drop-shadow(0rem 1.5rem 2.5rem rgba(9, 23, 52, 0.15)); | ||
--ld-drop-shadow-hover: drop-shadow(0rem 0rem 0.25rem rgba(9, 23, 52, 0.15)) drop-shadow(0rem 1rem 2rem rgba(9, 23, 52, 0.15)); | ||
--ld-drop-shadow-stacked: drop-shadow(0rem 0.125rem 0.25rem rgba(9, 23, 52, 0.15)) drop-shadow(0rem -0.0625rem 0.0625rem rgba(9, 23, 52, 0.05)); | ||
--ld-drop-shadow-sticky: drop-shadow(0rem 0rem 0.25rem rgba(9, 23, 52, 0.15)) drop-shadow(0rem 0.75rem 1.25rem rgba(9, 23, 52, 0.15)); | ||
--ld-shadow-active: 0rem 0rem 0.25rem rgba(15, 26, 46, 0.15), 0rem 1.5rem 2.5rem rgba(15, 26, 46, 0.15); | ||
--ld-shadow-hover: 0rem 0rem 0.25rem rgba(15, 26, 46, 0.15), 0rem 1rem 2rem rgba(15, 26, 46, 0.15); | ||
--ld-shadow-stacked: 0rem 0.0625rem 0.25rem rgba(15, 26, 46, 0.15), 0rem 0rem 0.0625rem rgba(15, 26, 46, 0.15); | ||
--ld-shadow-sticky: 0rem 0rem 0.25rem rgba(15, 26, 46, 0.15), 0rem 0.5rem 0.75rem rgba(15, 26, 46, 0.15); | ||
--ld-drop-shadow-active: drop-shadow(0rem 0rem 0.25rem rgba(15, 26, 46, 0.15)) drop-shadow(0rem 1.5rem 2.5rem rgba(15, 26, 46, 0.15)); | ||
--ld-drop-shadow-hover: drop-shadow(0rem 0rem 0.25rem rgba(15, 26, 46, 0.15)) drop-shadow(0rem 1rem 2rem rgba(15, 26, 46, 0.15)); | ||
--ld-drop-shadow-stacked: drop-shadow(0rem 0.0625rem 0.25rem rgba(15, 26, 46, 0.15)) drop-shadow(0rem 0rem 0.0625rem rgba(15, 26, 46, 0.15)); | ||
--ld-drop-shadow-sticky: drop-shadow(0rem 0rem 0.25rem rgba(15, 26, 46, 0.15)) drop-shadow(0rem 0.5rem 0.75rem rgba(15, 26, 46, 0.15)); | ||
} |