This commit is contained in:
Kenneth Jannette
2024-02-16 00:26:18 -06:00
parent bde29cf4a1
commit 51ecd1501a
2 changed files with 5 additions and 3 deletions

View File

@@ -55,6 +55,9 @@ export const signupRadioFields = [
{ type: "additionalAccount", amount: 39 }, { type: "additionalAccount", amount: 39 },
], ],
}, },
];
/*
{ {
name: "Of Counsel", name: "Of Counsel",
label: "Of Counsel", label: "Of Counsel",
@@ -72,5 +75,4 @@ export const signupRadioFields = [
{ type: "oneTime", amount: 59 }, { type: "oneTime", amount: 59 },
], ],
}, },
]; */
//

View File

@@ -117,7 +117,7 @@
flex-direction: column; flex-direction: column;
margin-top: 24px; margin-top: 24px;
width: 920px; width: 920px;
min-height: 810px; min-height: 510px;
border-radius: 10px; border-radius: 10px;
background-color: rgb(240, 247, 250); background-color: rgb(240, 247, 250);
border: 1px solid #e9e9e9; border: 1px solid #e9e9e9;