-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
d859e23
commit c8e2a4c
Showing
17 changed files
with
1,711 additions
and
540 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -7,31 +7,35 @@ This extends the original react-reflex.css (from [email protected]), | |
with some custom colors and sizes | ||
*/ | ||
|
||
body .reflex-splitter { | ||
opacity: 0.2; | ||
} | ||
|
||
@layer components { | ||
body .reflex-container > .reflex-splitter { | ||
@apply bg-stone-600 transition-all duration-200 ease-in-out; | ||
@apply bg-neutral-400 transition-all duration-200 ease-in-out; | ||
} | ||
|
||
body .reflex-container > .reflex-splitter.active, | ||
body .reflex-container > .reflex-splitter:hover { | ||
@apply bg-stone-400 transition-all duration-200 ease-in-out; | ||
@apply bg-neutral-200 transition-all duration-200 ease-in-out; | ||
} | ||
|
||
body .horizontal > .reflex-splitter { | ||
@apply h-[3px] border-b-stone-600 border-t-stone-600 bg-stone-600; | ||
@apply h-[3px] border-b-neutral-400 border-t-neutral-400 bg-neutral-400; | ||
} | ||
|
||
body .reflex-container.horizontal > .reflex-splitter:hover, | ||
body .reflex-container.horizontal > .reflex-splitter.active { | ||
@apply h-[3px] border-b-stone-400 border-t-stone-400 bg-stone-400; | ||
@apply h-[3px] border-b-neutral-200 border-t-neutral-200 bg-neutral-200; | ||
} | ||
|
||
body .reflex-container.vertical > .reflex-splitter { | ||
@apply w-[3px] border-l-stone-600 border-r-stone-600 bg-stone-600; | ||
@apply w-[3px] border-l-neutral-400 border-r-neutral-400 bg-neutral-400; | ||
} | ||
|
||
body .reflex-container.vertical > .reflex-splitter:hover, | ||
body .reflex-container.vertical > .reflex-splitter.active { | ||
@apply w-[3px] border-l-stone-400 border-r-stone-400 bg-stone-400; | ||
@apply w-[3px] border-l-neutral-200 border-r-neutral-200 bg-neutral-200; | ||
} | ||
} |
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
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
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import { cn } from '@/lib/utils' | ||
|
||
export function NatureIcon({ | ||
className = '', | ||
}: { | ||
className?: string | ||
} = {}) { | ||
return ( | ||
<svg | ||
id="nature-icon-svg" | ||
xmlns="http://www.w3.org/2000/svg" | ||
className={cn(`h-full w-full fill-current`, className)} | ||
width="400" | ||
height="400" | ||
viewBox="0, 0, 400,400" | ||
> | ||
<g id="nature-icon-svg-g"> | ||
<path | ||
id="nature-icon-svg-g-path-0" | ||
d="M232.037 90.250 C 199.735 91.563,171.332 112.931,161.107 143.613 C 146.391 187.767,172.994 234.758,218.426 244.860 L 222.222 245.705 222.222 267.482 L 222.222 289.259 177.778 289.259 L 133.333 289.259 133.333 272.778 L 133.333 256.296 138.902 256.296 L 144.470 256.296 144.365 232.492 L 144.259 208.687 143.032 206.194 C 141.635 203.357,139.564 201.518,136.693 200.564 C 133.477 199.496,96.654 199.895,94.547 201.021 C 92.095 202.331,90.487 203.948,89.367 206.229 L 88.333 208.333 88.230 232.315 L 88.127 256.296 93.693 256.296 L 99.259 256.296 99.259 280.185 L 99.259 304.074 188.889 304.074 L 278.519 304.074 278.519 296.667 L 278.519 289.259 261.667 289.259 L 244.815 289.259 244.815 267.795 L 244.815 246.330 246.204 246.101 C 286.135 239.514,313.759 207.681,313.689 168.333 C 313.610 123.724,276.708 88.435,232.037 90.250 M243.829 103.518 C 297.210 110.516,319.864 175.463,282.345 213.937 C 248.411 248.733,189.607 235.521,173.752 189.538 C 158.036 143.962,196.084 97.260,243.829 103.518 M112.721 155.711 C 102.056 158.298,96.730 169.900,101.644 179.842 C 107.743 192.183,126.047 191.965,131.889 179.481 C 137.934 166.563,126.490 152.371,112.721 155.711 " | ||
stroke="none" | ||
// fill="#000000" | ||
fillRule="evenodd" | ||
></path> | ||
</g> | ||
</svg> | ||
) | ||
} |
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
Oops, something went wrong.