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
|
|
|
}
|
|
|
|
|
2018-01-18 10:10:16 +01:00
|
|
|
/* .toc-container {
|
2017-12-11 09:10:54 +01:00
|
|
|
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%;
|
2018-01-18 10:10:16 +01:00
|
|
|
} */
|
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-18 10:10:16 +01:00
|
|
|
.dynamic-form-editor {
|
|
|
|
// background-color: #e0e0e0;
|
|
|
|
// min-height: 80vh;
|
|
|
|
mat-vertical-stepper {
|
|
|
|
background-color: #e0e0e0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-01-12 17:57:01 +01:00
|
|
|
.ng-sidebar-container {
|
2017-12-11 14:47:52 +01:00
|
|
|
overflow: inherit !important;
|
2018-01-17 13:03:51 +01:00
|
|
|
|
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%;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2018-01-17 18:30:09 +01:00
|
|
|
.form-progress-bar {
|
2018-01-10 09:17:22 +01:00
|
|
|
|
|
|
|
margin: 20px 0;
|
|
|
|
|
2018-01-12 17:57:01 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.full-width{
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.full-height{
|
|
|
|
height:100%;
|
|
|
|
}
|
|
|
|
|