279 lines
8.7 KiB
Plaintext
279 lines
8.7 KiB
Plaintext
{
|
|
"version": "2.6",
|
|
"children": [
|
|
{
|
|
"type": "frame",
|
|
"id": "bi8Au",
|
|
"x": 0,
|
|
"y": 0,
|
|
"name": "Login Page",
|
|
"theme": {
|
|
"Mode": "Light",
|
|
"Base": "Neutral",
|
|
"Accent": "Default"
|
|
},
|
|
"clip": true,
|
|
"width": 800,
|
|
"height": 600,
|
|
"fill": "#f8b6b6ff",
|
|
"layout": "none",
|
|
"children": [
|
|
{
|
|
"type": "frame",
|
|
"id": "loginCard",
|
|
"x": 216,
|
|
"y": 36,
|
|
"width": 305,
|
|
"height": 533,
|
|
"fill": "#f9ebebff",
|
|
"cornerRadius": 8,
|
|
"stroke": {
|
|
"align": "inside",
|
|
"thickness": 1,
|
|
"fill": "#000000"
|
|
},
|
|
"layout": "vertical",
|
|
"gap": 24,
|
|
"padding": 24,
|
|
"children": [
|
|
{
|
|
"type": "frame",
|
|
"id": "logoContainer",
|
|
"width": "fill_container",
|
|
"layout": "vertical",
|
|
"justifyContent": "center",
|
|
"alignItems": "center",
|
|
"children": [
|
|
{
|
|
"type": "text",
|
|
"id": "logo",
|
|
"fill": "#000000",
|
|
"content": "PolyMarket",
|
|
"lineHeight": 1.2,
|
|
"textAlign": "center",
|
|
"textAlignVertical": "middle",
|
|
"fontFamily": "Inter",
|
|
"fontSize": 24,
|
|
"fontWeight": "600"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "frame",
|
|
"id": "titleContainer",
|
|
"width": "fill_container",
|
|
"layout": "vertical",
|
|
"gap": 8,
|
|
"children": [
|
|
{
|
|
"type": "text",
|
|
"id": "title",
|
|
"fill": "#000000",
|
|
"content": "Sign in to your account",
|
|
"lineHeight": 1.5,
|
|
"textAlign": "center",
|
|
"textAlignVertical": "middle",
|
|
"fontFamily": "Inter",
|
|
"fontSize": 18,
|
|
"fontWeight": "500"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"id": "subtitle",
|
|
"fill": "#000000",
|
|
"content": "Enter your email and password to sign in",
|
|
"lineHeight": 1.4285714285714286,
|
|
"textAlign": "center",
|
|
"textAlignVertical": "middle",
|
|
"fontFamily": "Inter",
|
|
"fontSize": 14,
|
|
"fontWeight": "normal"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "frame",
|
|
"id": "emailInputGroup",
|
|
"width": "fill_container",
|
|
"layout": "vertical",
|
|
"gap": 6,
|
|
"children": [
|
|
{
|
|
"type": "frame",
|
|
"id": "emailLabelContainer",
|
|
"width": "fill_container",
|
|
"alignItems": "center",
|
|
"children": [
|
|
{
|
|
"type": "text",
|
|
"id": "emailLabel",
|
|
"fill": "#000000",
|
|
"content": "Email",
|
|
"lineHeight": 1.4285714285714286,
|
|
"textAlignVertical": "middle",
|
|
"fontFamily": "Inter",
|
|
"fontSize": 14,
|
|
"fontWeight": "500"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "frame",
|
|
"id": "emailInput",
|
|
"width": "fill_container",
|
|
"height": 40,
|
|
"fill": "#000000",
|
|
"cornerRadius": 6,
|
|
"stroke": {
|
|
"align": "inside",
|
|
"thickness": 1,
|
|
"fill": "#000000"
|
|
},
|
|
"padding": [
|
|
8,
|
|
12
|
|
],
|
|
"children": [
|
|
{
|
|
"type": "text",
|
|
"id": "emailPlaceholder",
|
|
"fill": "#000000",
|
|
"content": "your.email@example.com",
|
|
"lineHeight": 1.4285714285714286,
|
|
"textAlignVertical": "middle",
|
|
"fontFamily": "Inter",
|
|
"fontSize": 14,
|
|
"fontWeight": "normal"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "frame",
|
|
"id": "passwordInputGroup",
|
|
"width": "fill_container",
|
|
"layout": "vertical",
|
|
"gap": 6,
|
|
"children": [
|
|
{
|
|
"type": "frame",
|
|
"id": "W4jnH",
|
|
"width": "fill_container",
|
|
"justifyContent": "space_between",
|
|
"alignItems": "center",
|
|
"children": [
|
|
{
|
|
"type": "text",
|
|
"id": "passwordLabel",
|
|
"fill": "#000000",
|
|
"content": "Password",
|
|
"lineHeight": 1.4285714285714286,
|
|
"textAlignVertical": "middle",
|
|
"fontFamily": "Inter",
|
|
"fontSize": 14,
|
|
"fontWeight": "500"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"id": "forgotPassword",
|
|
"fill": "#000000",
|
|
"content": "Forgot password?",
|
|
"lineHeight": 1.4285714285714286,
|
|
"textAlign": "right",
|
|
"textAlignVertical": "middle",
|
|
"fontFamily": "Inter",
|
|
"fontSize": 14,
|
|
"fontWeight": "normal"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "frame",
|
|
"id": "passwordInput",
|
|
"width": "fill_container",
|
|
"height": 40,
|
|
"fill": "#000000",
|
|
"cornerRadius": 6,
|
|
"stroke": {
|
|
"align": "inside",
|
|
"thickness": 1,
|
|
"fill": "#000000"
|
|
},
|
|
"padding": [
|
|
8,
|
|
12
|
|
],
|
|
"children": [
|
|
{
|
|
"type": "text",
|
|
"id": "passwordPlaceholder",
|
|
"fill": "#000000",
|
|
"content": "••••••••",
|
|
"lineHeight": 1.4285714285714286,
|
|
"textAlignVertical": "middle",
|
|
"fontFamily": "Inter",
|
|
"fontSize": 14,
|
|
"fontWeight": "normal"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "frame",
|
|
"id": "signInButton",
|
|
"width": "fill_container",
|
|
"height": 40,
|
|
"fill": "#000000",
|
|
"cornerRadius": 6,
|
|
"gap": 6,
|
|
"padding": [
|
|
8,
|
|
16
|
|
],
|
|
"justifyContent": "center",
|
|
"alignItems": "center",
|
|
"children": [
|
|
{
|
|
"type": "text",
|
|
"id": "signInText",
|
|
"fill": "#000000",
|
|
"content": "Sign in",
|
|
"lineHeight": 1.4285714285714286,
|
|
"textAlign": "center",
|
|
"textAlignVertical": "middle",
|
|
"fontFamily": "Inter",
|
|
"fontSize": 14,
|
|
"fontWeight": "500"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "frame",
|
|
"id": "createAccountContainer",
|
|
"width": "fill_container",
|
|
"layout": "vertical",
|
|
"justifyContent": "center",
|
|
"alignItems": "center",
|
|
"children": [
|
|
{
|
|
"type": "text",
|
|
"id": "createAccount",
|
|
"fill": "#000000",
|
|
"content": "Create account",
|
|
"lineHeight": 1.4285714285714286,
|
|
"textAlign": "center",
|
|
"textAlignVertical": "middle",
|
|
"fontFamily": "Inter",
|
|
"fontSize": 14,
|
|
"fontWeight": "normal"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |