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

60 lines
757 B
CSS

.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%;
}
.ng-sidebar-container {
overflow: inherit !important;
position: fixed !important;
height: 100%;
min-height: 100%;
width: 100%;
min-width: 100%;
}
/* .ng-sidebar__content {
overflow: inherit !important;
} */
.alignment-center{
text-align: center;
}
.demo-progress-bar-container {
width: 100%;
}
.mat-progress-bar {
margin: 20px 0;
}
.full-width{
width:100%;
}
.full-height{
height:100%;
}