File tree Expand file tree Collapse file tree
packages/oid4vci-demo-frontend/src
pages/SSICredentialVerifyRequestPage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 },
10090 }
10191 },
10292 "mostRightPanel" : {
103- "grid" : {
104- "gridColumn" : " 7/8" ,
105- "gridRow" : " 6"
106- },
10793 "separator" : {
10894 "logo" : {
10995 "src" : " banqup/separator.svg" ,
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments