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

64 lines
812 B
SCSS

.ng-sidebar {
width: 40%;
}
/* .toc-container {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #aaa;
display: table;
font-size: 95%;
margin-bottom: 1em;
padding: 20px;
width: 100%;
} */
.ui-steps .ui-steps-item {
min-width: 10%;
}
.dynamic-form-editor {
// background-color: #e0e0e0;
// min-height: 80vh;
mat-vertical-stepper {
background-color: #e0e0e0;
}
}
.ng-sidebar-container {
overflow: inherit !important;
}
/* .ng-sidebar__content {
overflow: inherit !important;
} */
.alignment-center{
text-align: center;
}
.demo-progress-bar-container {
width: 100%;
}
.form-progress-bar {
margin: 20px 0;
}
.full-width{
width:100%;
}
.full-height{
height:100%;
}