-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab7a942
commit d1d0f1d
Showing
32 changed files
with
354 additions
and
353 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,13 +1,13 @@ | ||
.pix-block { | ||
position: relative; | ||
background-color: $pix-neutral-0; | ||
background-color: var(--pix-neutral-0); | ||
border-radius: 5px; | ||
|
||
&--shadow-light { | ||
box-shadow: 0 4px 8px rgba($pix-neutral-110, 0.08); | ||
box-shadow: 0 4px 8px rgba(var(--pix-neutral-900), 0.08); | ||
} | ||
|
||
&--shadow-heavy { | ||
box-shadow: 0 12px 24px rgba($pix-neutral-110, 0.08); | ||
box-shadow: 0 12px 24px rgba(var(--pix-neutral-900), 0.08); | ||
} | ||
} |
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
Oops, something went wrong.