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

31 lines
455 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;
}
/* .ng-sidebar__content {
overflow: inherit !important;
} */
.alignment-center{
text-align: center;
}