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