-
Notifications
You must be signed in to change notification settings - Fork 0
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
Supernova Bot
committed
Oct 3, 2023
1 parent
06a43c0
commit ac978d5
Showing
5 changed files
with
51 additions
and
53 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 +1,14 @@ | ||
// Generated Radii from Supernova. Do not edit manually. | ||
$radius-0: 0 !default; | ||
$radius-50: 2px !default; | ||
$radius-100: 4px !default; | ||
$radius-200: 8px !default; | ||
$radius-300: 12px !default; | ||
|
||
$radii: ( | ||
0: $radius-0, | ||
50: $radius-50, | ||
100: $radius-100, | ||
200: $radius-200, | ||
300: $radius-300, | ||
) !default; |
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,21 +1,15 @@ | ||
// Generated Shadows from Supernova. Do not edit manually. | ||
$focus: 0 0 0 2px #61b3ff99 !default; | ||
$shadow-100: 0 1px 6px 0 #0000001a !default; | ||
$shadow-2: 0 4px 8px 0 #0000000f, 0 2px 6px 0 #0000000d, 0 1px 3px 0 #00000014 !default; | ||
$shadow-200: 0 4px 6px 0 #00000014 !default; | ||
$shadow-3: 0 1px 2px 0 #0000000d, 0 1px 2px 0 #0000000d !default; | ||
$shadow-300: 0 8px 16px 0 #0000001a !default; | ||
$shadow-4: 0 0 1px 0 #0000000d !default; | ||
$shadow-100: 0 1px 3px 0 #00000014, 0 1px 6px 0 #0000001a !default; | ||
$shadow-200: 0 1px 2px 0 #0000000d, 0 2px 6px 0 #0000000d, 0 4px 6px 0 #00000014 !default; | ||
$shadow-300: 0 0 1px 0 #0000000d, 0 1px 2px 0 #0000000d, 0 4px 8px 0 #0000000f, 0 8px 16px 0 #0000001a !default; | ||
$shadow-400: 0 34px 54px 0 #0000001f !default; | ||
$shadow-500: 0 34px 54px 0 #0000004d !default; | ||
|
||
$shadows: ( | ||
100: $shadow-100, | ||
2: $shadow-2, | ||
200: $shadow-200, | ||
3: $shadow-3, | ||
300: $shadow-300, | ||
4: $shadow-4, | ||
400: $shadow-400, | ||
500: $shadow-500, | ||
) !default; |
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