60 lines
1.1 KiB
CSS
60 lines
1.1 KiB
CSS
.app-screen-constants .MuiInputBase-root{
|
|
margin:auto;
|
|
max-width:1500;
|
|
height:800 !important;
|
|
}
|
|
|
|
.collapsable-form-style .MuiInputBase-root {
|
|
width: 300px !important;
|
|
margin: 5%;
|
|
height: 50px
|
|
}
|
|
|
|
.collapsable-form-style-form7 .MuiInputBase-root {
|
|
width: 350px !important;
|
|
margin: 3%;
|
|
height: 50px
|
|
}
|
|
|
|
.collapsable-form-style-multiline .MuiInputBase-root {
|
|
width: 350px !important;
|
|
margin: 5%;
|
|
min-height: 100px
|
|
}
|
|
.collapsable-form-style-multiline label {
|
|
padding: 15px;
|
|
}
|
|
|
|
.collapsable-form-style label {
|
|
padding: 15px;
|
|
}
|
|
|
|
.collapsable-form-style-form7 label {
|
|
padding: 13px;
|
|
}
|
|
|
|
.collapsable-form-style-radioButtons{
|
|
width: 300px !important;
|
|
margin: 5%;
|
|
padding-top: 12px;
|
|
padding-left: 16px;
|
|
}
|
|
|
|
.collapsable-form-style-radioButtons-fullwidth{
|
|
/* width: 300px !important; */
|
|
margin: 5%;
|
|
padding-top: 12px;
|
|
padding-left: 16px;
|
|
}
|
|
|
|
.illness-table-style td{
|
|
padding:10px !important;
|
|
}
|
|
|
|
.addNew-form-table-style .MuiInputBase-root{
|
|
height: 45px !important
|
|
}
|
|
|
|
.addNew-form-table-style label {
|
|
padding: 0px;
|
|
} |