mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
Update Neon branding
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 228 KiB |
@@ -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>
|
||||
|
||||
+4
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user