argos/dmp-frontend/src/app/ui/misc/dataset-description-form/dataset-description-form.co...

67 lines
1005 B
SCSS
Raw Normal View History

2018-11-29 13:26:18 +01:00
.dynamic-form-editor {
mat-vertical-stepper {
2019-06-03 11:01:42 +02:00
background-color: #ffffff;
2018-11-29 13:26:18 +01:00
}
}
2017-11-13 17:19:43 +01:00
2018-11-29 13:26:18 +01:00
// .ng-sidebar {
2019-06-03 11:01:42 +02:00
// width: 40%;
2018-11-29 13:26:18 +01:00
// }
2017-12-07 17:34:48 +01:00
2018-11-29 13:26:18 +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;
// width: 100%;
// } */
2017-12-11 09:10:54 +01:00
2018-11-29 13:26:18 +01:00
// .ui-steps .ui-steps-item {
// min-width: 10%;
// }
2017-12-11 14:47:52 +01:00
2018-11-29 13:26:18 +01:00
// .dynamic-form-editor {
// // background-color: #e0e0e0;
// // min-height: 80vh;
// mat-vertical-stepper {
// background-color: #e0e0e0;
// }
// }
2018-01-18 10:10:16 +01:00
2018-11-29 13:26:18 +01:00
// .ng-sidebar-container {
2019-06-03 11:01:42 +02:00
// overflow: inherit !important;
2017-12-11 14:47:52 +01:00
2018-11-29 13:26:18 +01:00
// }
2017-12-13 13:55:12 +01:00
2018-11-29 13:26:18 +01:00
// /* .ng-sidebar__content {
2019-06-03 11:01:42 +02:00
// overflow: inherit !important;
2018-11-29 13:26:18 +01:00
// } */
// .alignment-center{
// text-align: center;
// }
// .demo-progress-bar-container {
2018-01-10 09:17:22 +01:00
2018-11-29 13:26:18 +01:00
// width: 100%;
2018-01-10 09:17:22 +01:00
2018-11-29 13:26:18 +01:00
// }
2018-01-10 09:17:22 +01:00
2018-11-29 13:26:18 +01:00
// .form-progress-bar {
2018-01-10 09:17:22 +01:00
2018-11-29 13:26:18 +01:00
// margin: 20px 0;
2018-01-10 09:17:22 +01:00
2018-11-29 13:26:18 +01:00
// }
2018-01-12 17:57:01 +01:00
2018-11-29 13:26:18 +01:00
// .full-width{
// width:100%;
2019-06-03 11:01:42 +02:00
// }
2018-01-12 17:57:01 +01:00
2018-11-29 13:26:18 +01:00
// .full-height{
// height:100%;
// }