css changes
This commit is contained in:
parent
93eb3e0cb2
commit
55fd34e511
@ -11,13 +11,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.collapsable-form-style-form7 .MuiInputBase-root {
|
.collapsable-form-style-form7 .MuiInputBase-root {
|
||||||
width: 400px !important;
|
width: 350px !important;
|
||||||
margin: 3%;
|
margin: 3%;
|
||||||
height: 50px
|
height: 50px
|
||||||
}
|
}
|
||||||
|
|
||||||
.collapsable-form-style-multiline .MuiInputBase-root {
|
.collapsable-form-style-multiline .MuiInputBase-root {
|
||||||
width: 400px !important;
|
width: 350px !important;
|
||||||
margin: 5%;
|
margin: 5%;
|
||||||
min-height: 100px
|
min-height: 100px
|
||||||
}
|
}
|
||||||
|
|||||||
@ -51,7 +51,7 @@ export default function PainAnalysisSection4(){
|
|||||||
<FormLabel sx={{fontWeight:600}}>Issue Details:</FormLabel>
|
<FormLabel sx={{fontWeight:600}}>Issue Details:</FormLabel>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid container direction="row">
|
<Grid container direction="row">
|
||||||
<Grid item xs={4} className='collapsable-form-style'>
|
<Grid item xs={4} className='collapsable-form-style-form7'>
|
||||||
<TextField
|
<TextField
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
label="How did your Chief complaint start?(ex-fell on ice)"
|
label="How did your Chief complaint start?(ex-fell on ice)"
|
||||||
@ -247,7 +247,7 @@ export default function PainAnalysisSection4(){
|
|||||||
<FormLabel sx={{fontWeight:600}}>Expected Treatment Result:</FormLabel>
|
<FormLabel sx={{fontWeight:600}}>Expected Treatment Result:</FormLabel>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Grid item xs={4} className='collapsable-form-style'>
|
<Grid item xs={4} className='collapsable-form-style-form7'>
|
||||||
<TextField
|
<TextField
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
label="What is your goal from treatment?(ex-play golf without pain)"
|
label="What is your goal from treatment?(ex-play golf without pain)"
|
||||||
|
|||||||
@ -81,7 +81,7 @@ export default function PastTreatment5(){
|
|||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
|
|
||||||
<Grid item xs={4} className='collapsable-form-style'>
|
<Grid item xs={4} className='collapsable-form-style-form7'>
|
||||||
<TextField
|
<TextField
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
label="If yes, when?"
|
label="If yes, when?"
|
||||||
@ -95,7 +95,7 @@ export default function PastTreatment5(){
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item xs={4} className='collapsable-form-style'>
|
<Grid item xs={4} className='collapsable-form-style-form7'>
|
||||||
<TextField
|
<TextField
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
label="Was treatment provided?If yes, by whom?"
|
label="Was treatment provided?If yes, by whom?"
|
||||||
@ -109,7 +109,7 @@ export default function PastTreatment5(){
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item xs={4} className='collapsable-form-style'>
|
<Grid item xs={4} className='collapsable-form-style-form7'>
|
||||||
<TextField
|
<TextField
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
label="Outcome?"
|
label="Outcome?"
|
||||||
@ -144,7 +144,7 @@ export default function PastTreatment5(){
|
|||||||
</FormControl>
|
</FormControl>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Grid item xs={4} className='collapsable-form-style'>
|
<Grid item xs={4} className='collapsable-form-style-form7'>
|
||||||
<TextField
|
<TextField
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
label="If yes, when?"
|
label="If yes, when?"
|
||||||
@ -178,7 +178,7 @@ export default function PastTreatment5(){
|
|||||||
</FormControl>
|
</FormControl>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Grid item xs={4} className='collapsable-form-style'>
|
<Grid item xs={4} className='collapsable-form-style-form7'>
|
||||||
<TextField
|
<TextField
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
label="If yes, when?"
|
label="If yes, when?"
|
||||||
|
|||||||
@ -48,7 +48,7 @@ export default function RecreationalHobbiesSection7(){
|
|||||||
|
|
||||||
<Grid container direction="row">
|
<Grid container direction="row">
|
||||||
<Grid item xs={6} className='collapsable-form-style-multiline'>
|
<Grid item xs={6} className='collapsable-form-style-multiline'>
|
||||||
<FormLabel>Recreational Activities/Hobbies:</FormLabel>
|
<FormLabel>Recreational Activities/Hobbies:</FormLabel><br></br>
|
||||||
<TextField
|
<TextField
|
||||||
multiline
|
multiline
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
|
|||||||
@ -337,7 +337,7 @@ export default function SystemReviewSection6(){
|
|||||||
</FormControl>
|
</FormControl>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item xs={6} className='collapsable-form-style-multiline'>
|
<Grid item xs={6} className='collapsable-form-style-multiline'>
|
||||||
<FormLabel>Please explain your check marks:</FormLabel>
|
<FormLabel>Please explain your check marks:</FormLabel><br></br>
|
||||||
<TextField
|
<TextField
|
||||||
multiline
|
multiline
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user