mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Update Neon branding
This commit is contained in:
parent
8c63c204d6
commit
8638cf78ad
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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user