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

31 lines
455 B
CSS
Raw Normal View History

2017-11-13 17:19:43 +01:00
2017-12-07 17:34:48 +01:00
.ng-sidebar {
width: 40%;
2017-12-11 09:10:54 +01:00
}
.toc-container {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #aaa;
display: table;
font-size: 95%;
margin-bottom: 1em;
padding: 20px;
2017-12-11 10:20:27 +01:00
width: 100%;
2017-12-11 11:36:29 +01:00
}
.ui-steps .ui-steps-item {
min-width: 10%;
}
2017-12-11 14:47:52 +01:00
ng-sidebar-container {
overflow: inherit !important;
}
/* .ng-sidebar__content {
overflow: inherit !important;
2017-12-13 13:55:12 +01:00
} */
.alignment-center{
text-align: center;
}