29 lines
553 B
CSS
29 lines
553 B
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 label {
|
|
padding: 15px;
|
|
}
|
|
|
|
.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;
|
|
} |