Skip to content

Commit 225e982

Browse files
committed
style: mt change
1 parent fc0ec76 commit 225e982

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

src/index.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
@tailwind base;
12
@tailwind components;
23
@tailwind utilities;
34

45
/* Modified from cf.gov for tailwind use, see:
56
https://github.com/search?q=org%3Acfpb+max-width%3A+41.875rem%3B&type=code&p=1
67
https://v1.tailwindcss.com/docs/adding-base-styles#using-css */
78

8-
@layer components {
9+
@layer base {
910
.row dd, .row dt, .row h3, .row h4, .row h5, .row h6, .row li, .row p, .row label {
1011
max-width: 41.875rem;
1112
}
@@ -32,11 +33,11 @@ https://v1.tailwindcss.com/docs/adding-base-styles#using-css */
3233
}
3334

3435
/* Checkbox Border error styling - workaround */
35-
.m-form-field__checkbox.error-checkbox .a-label:before, .m-form-field__radio .a-label:before {
36+
.m-form-field__checkbox.error-checkbox .a-label::before, .m-form-field__radio .a-label::before {
3637
@apply !border-errorColor !border-2
3738
}
3839

3940
/* Workaround for styling the institution details on Profile-Form */
40-
.m-form-field__checkbox .invisible:before {
41+
.m-form-field__checkbox .invisible::before {
4142
visibility: hidden;
4243
}

src/pages/ProfileForm/Step1Form/Step1Form.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,15 @@ function Step1Form(): JSX.Element {
177177
<div className='mb-[3.75rem] mt-[2.84375rem]'>
178178
<Step1FormHeader />
179179
</div>
180+
<<<<<<< Updated upstream
180181
<Step1FormErrorHeader errors={formErrors} />
181182
<div className='mb-[1.625rem]'>
183+
=======
184+
<Element name='step1FormErrorHeader' id='step1FormErrorHeader'>
185+
<Step1FormErrorHeader errors={formErrors} />
186+
</Element>
187+
<div className='mb-[1.625rem] mt-[2.8125rem]'>
188+
>>>>>>> Stashed changes
182189
<Heading type='2'>Provide your identifying information</Heading>
183190
<FormParagraph>
184191
Type your first name and last name in the fields below. Your email

0 commit comments

Comments
 (0)