argos/dmp-frontend/src/app/form/dynamic-form.component.css

31 lines
387 B
CSS

.btncustom{
background-color:#337ab7;
color:white;
margin-top:15px;
}
.parent-div {
height: calc(100vh - 80px);
width:100%;
}
.child-div-left{
height: 100%;
}
.child-div-right {
overflow-y: scroll;
height: 100%;
}
.form-body-container{
height: calc(100vh - 80px - 130px);
overflow-y:scroll;
}
.form-footer-container {
height: 130px;
}