Skip to content

Commit

Permalink
Update Neon branding
Browse files Browse the repository at this point in the history
  • Loading branch information
N2D4 committed Dec 11, 2024
1 parent 8c63c20 commit 8638cf7
Showing 3 changed files with 8 additions and 8 deletions.
Binary file modified apps/dashboard/public/neon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -26,14 +26,14 @@ export default function NeonConfirmCard(props: { onContinue: (options: { project
position: "absolute",
width: 40,
height: 6,
backgroundImage: "repeating-linear-gradient(135deg, #00ff00, #ffffff)",
backgroundImage: "repeating-linear-gradient(135deg, #ccc, #ccc)",
transform: "rotate(-45deg)",
}} />
<div style={{
position: "absolute",
width: 40,
height: 6,
backgroundImage: "repeating-linear-gradient(45deg, #00ff00, #ffffff)",
backgroundImage: "repeating-linear-gradient(45deg, #ccc, #ccc)",
transform: "rotate(45deg)",
}} />
</div>
@@ -42,14 +42,14 @@ export default function NeonConfirmCard(props: { onContinue: (options: { project
position: "absolute",
width: 40,
height: 6,
backgroundImage: "repeating-linear-gradient(135deg, #00ff00, #000000)",
backgroundImage: "repeating-linear-gradient(135deg, #52525B, #52525B)",
transform: "rotate(-45deg)",
}} />
<div style={{
position: "absolute",
width: 40,
height: 6,
backgroundImage: "repeating-linear-gradient(45deg, #00ff00, #000000)",
backgroundImage: "repeating-linear-gradient(45deg, #52525B, #52525B)",
transform: "rotate(45deg)",
}} />
</div>
Original file line number Diff line number Diff line change
@@ -30,14 +30,14 @@ export default function NeonIntegrationProjectTransferConfirmPageClient() {
position: "absolute",
width: 40,
height: 6,
backgroundImage: "repeating-linear-gradient(135deg, #00ff00, #ffffff)",
backgroundImage: "repeating-linear-gradient(135deg, #ccc, #ccc)",
transform: "rotate(-45deg)",
}} />
<div style={{
position: "absolute",
width: 40,
height: 6,
backgroundImage: "repeating-linear-gradient(45deg, #00ff00, #ffffff)",
backgroundImage: "repeating-linear-gradient(45deg, #ccc, #ccc)",
transform: "rotate(45deg)",
}} />
</div>
@@ -46,14 +46,14 @@ export default function NeonIntegrationProjectTransferConfirmPageClient() {
position: "absolute",
width: 40,
height: 6,
backgroundImage: "repeating-linear-gradient(135deg, #00ff00, #000000)",
backgroundImage: "repeating-linear-gradient(135deg, #52525B, #52525B)",
transform: "rotate(-45deg)",
}} />
<div style={{
position: "absolute",
width: 40,
height: 6,
backgroundImage: "repeating-linear-gradient(45deg, #00ff00, #000000)",
backgroundImage: "repeating-linear-gradient(45deg, #52525B, #52525B)",
transform: "rotate(45deg)",
}} />
</div>

0 comments on commit 8638cf7

Please sign in to comment.