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

60 lines
757 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
2018-01-12 17:57:01 +01:00
.ng-sidebar-container {
2017-12-11 14:47:52 +01:00
overflow: inherit !important;
2018-01-12 17:57:01 +01:00
position: fixed !important;
height: 100%;
min-height: 100%;
width: 100%;
min-width: 100%;
2017-12-11 14:47:52 +01:00
}
/* .ng-sidebar__content {
overflow: inherit !important;
2017-12-13 13:55:12 +01:00
} */
.alignment-center{
text-align: center;
2018-01-10 09:17:22 +01:00
}
.demo-progress-bar-container {
width: 100%;
}
.mat-progress-bar {
margin: 20px 0;
2018-01-12 17:57:01 +01:00
}
.full-width{
width:100%;
}
.full-height{
height:100%;
}