Skip to content

Commit 277602d

Browse files
Merge pull request #83 from Sphereon-Opensource/fix/VDX-300
fix/VDX-300
2 parents 5d0b0e0 + f7c6019 commit 277602d

5 files changed

Lines changed: 108 additions & 196 deletions

File tree

packages/oid4vci-demo-frontend/src/configs/account.banqup.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -55,27 +55,17 @@
5555
},
5656
"rightPaneGrid": {
5757
"style": {
58-
"width": "100%",
59-
"gridTemplateColumns": "repeat(9, 1fr)",
60-
"gridTemplateRows": "repeat(7, minmax(1fr, auto))"
58+
"width": "100%"
6159
}
6260
},
6361
"rightPaneLeftPane": {
64-
"grid": {
65-
"gridColumn": "2/8",
66-
"gridRow": "6",
67-
"height": "30%"
68-
},
6962
"width": "50%",
7063
"welcomeLabel": {
7164
"style": {
7265
"fontSize": "48px",
7366
"fontWeight": 600,
7467
"textAlign": "center",
75-
"color": "#424242",
76-
"gridRow": "5",
77-
"gridColumn": "3/8",
78-
"display": "block"
68+
"color": "#424242"
7969
},
8070
"className": "removeMarginBottom"
8171
},
@@ -100,10 +90,6 @@
10090
}
10191
},
10292
"mostRightPanel": {
103-
"grid": {
104-
"gridColumn": "7/8",
105-
"gridRow": "6"
106-
},
10793
"separator": {
10894
"logo": {
10995
"src": "banqup/separator.svg",

packages/oid4vci-demo-frontend/src/configs/identity.banqup.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,17 @@
2323
},
2424
"rightPaneGrid": {
2525
"style": {
26-
"width": "100%",
27-
"gridTemplateColumns": "repeat(9, 1fr)",
28-
"gridTemplateRows": "repeat(7, minmax(1fr, auto))"
26+
"width": "100%"
2927
}
3028
},
3129
"rightPaneLeftPane": {
32-
"grid": {
33-
"gridColumn": "2/8",
34-
"gridRow": "6",
35-
"height": "30%"
36-
},
3730
"width": "50%",
3831
"welcomeLabel": {
3932
"style": {
4033
"fontSize": "48px",
4134
"fontWeight": 600,
4235
"textAlign": "center",
43-
"color": "#424242",
44-
"gridRow": "5",
45-
"gridColumn": "3/8",
46-
"display": "block"
36+
"color": "#424242"
4737
},
4838
"className": "removeMarginBottom"
4939
},

packages/oid4vci-demo-frontend/src/configs/legal-entity.banqup.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,17 @@
2323
},
2424
"rightPaneGrid": {
2525
"style": {
26-
"width": "100%",
27-
"gridTemplateColumns": "repeat(9, 1fr)",
28-
"gridTemplateRows": "repeat(7, minmax(1fr, auto))"
26+
"width": "100%"
2927
}
3028
},
3129
"rightPaneLeftPane": {
32-
"grid": {
33-
"gridColumn": "2/8",
34-
"gridRow": "6",
35-
"height": "30%"
36-
},
3730
"width": "50%",
3831
"welcomeLabel": {
3932
"style": {
4033
"fontSize": "48px",
4134
"fontWeight": 600,
4235
"textAlign": "center",
43-
"color": "#424242",
44-
"gridRow": "5",
45-
"gridColumn": "3/8",
46-
"display": "block"
36+
"color": "#424242"
4737
},
4838
"className": "removeMarginBottom"
4939
},

packages/oid4vci-demo-frontend/src/ecosystem/ecosystem-config.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ export interface SSICredentialVerifyRequestPageConfig extends PageConfig {
3535
style?: CSSProperties,
3636
},
3737
rightPaneLeftPane?: {
38-
grid?: {
39-
gridColumn?: string
40-
gridRow?: string
41-
height?: string
42-
}
4338
welcomeLabel?: {
4439
style?: CSSProperties
4540
className?: string
@@ -64,10 +59,6 @@ export interface SSICredentialVerifyRequestPageConfig extends PageConfig {
6459
width?: string
6560
}
6661
mostRightPanel?: {
67-
grid?: {
68-
gridColumn?: string
69-
gridRow?: string
70-
}
7162
separator?: {
7263
logo?: ImageProperties
7364
},

0 commit comments

Comments
 (0)