.dataset-profile-editor { margin-top: 1.3rem; .full-width { width: 100%; } } .deleteBtn{ margin-right:2em; } // REFACTORED CSS .stepper{ background-color: transparent; min-height: 500px; } .content-displayer{ background-color: #fff; border-radius: 7px; box-shadow: 0px 1px 2px #bfbfbf; padding: 0em; // padding-top: 0em; overflow: visible; // min-height: 30em; } .heading { text-align: left; font-weight: 700; font-size: 18px; letter-spacing: 0px; color: #212121; opacity: 0.81; // margin-top: 1.625rem; margin-bottom: 0.625rem; } .hint { text-align: left; font-weight: 400; font-size: 16px; letter-spacing: 0px; color: #212121; opacity: 0.81; margin-bottom: 0.125rem; } //TO CHECK :host ::ng-deep .mat-horizontal-content-container { overflow: visible; // padding: 0px; } :host ::ng-deep .mat-form-field-outline{ background-color: #ffffff4f; } :host ::ng-deep .mat-horizontal-stepper-header-container { display: none !important; } #progress{ position: absolute; height: 100%; width: 100%; clip-path: polygon(0 0, 0 0, 0 0, 0 0); transition-property: clip-path; transition-duration: 600ms; transition-timing-function: ease-out; transition-delay: 50ms; box-shadow: 0px 1px 2px #bfbfbf; background-color: #F7DD72; } #progress-container{ box-shadow: 1px 1px 6px #00000029;; // border-radius: .3em; } // .import-btn { // background: #ffffff 0% 0% no-repeat padding-box; // border-radius: 30px; // // color: #129d99; // // border: 1px solid #129d99; // padding-left: 2em; // padding-right: 2em; // color: #000; // border: 1px solid #000; // } .navigate-btn { border-radius: 30px; background-color: #f7dd72; border: 1px solid transparent; padding-left: 2em; padding-right: 2em; box-shadow: 0px 3px 6px #1E202029; transition-property: background-color, color; transition-duration: 200ms; transition-delay: 50ms; transition-timing-function: ease-in-out; } .navigate-btn-disabled{ background-color: #CBCBCB; color: #FFF; } $blue-color : #129D99; $blue-color-light: #5cf7f2; .finalize-btn { border-radius: 30px; border: 1px solid #129D99; background: transparent; padding-left: 2em; padding-right: 2em; box-shadow: 0px 3px 6px #1E202029; color: #129D99; } .stepper-title-label{ cursor: pointer; transition-property: color, opacity; transition-duration: 200ms; transition-delay: 50ms; transition-timing-function: ease-in-out; color: #212121; font-size: 0.9em; } .stepper-title-label-locked{ color: #DEDEDE; } .stepper-title-label-completed{ opacity: 0.5; } .page-infos{ padding: 2em; } .mat-subheader{ padding: 0px; } //for the acitons list toolbar // .mat-list-item.mat-list-item-with-avatar{ // padding-left: 0em; // } .actions-list{ // border: 1px solid $blue-color; box-shadow: 0px 3px 12px #129D9999; border-radius: 4px; // padding-top: 1rem; padding: 1em 0.9em; min-width: 166px; .mat-list-item-content{ padding: 0px; } .action-list-item{ display: flex; align-items: center; cursor: pointer; .action-list-icon{ font-size: 1.2em; // padding-right: 1em; width: 14px; margin-right: 0.5em; margin-left: -.09em; height: auto; color: #129D99;; } .input_icon{ width: 14px; margin-right: .5em; } .action-list-text{ font-size: 0.9em; } } .action-list-label{ color: #212121; font-size: small; opacity: 0.6; } .list-unstyled{ margin-bottom: 0.2rem; } } // .mli{ // height: auto; // } :host ::ng-deep .mat-form-field-appearance-outline .mat-form-field-outline { background: #fafafa !important; } :host ::ng-deep .mat-form-field-appearance-outline .mat-form-field-infix { font-size: 1rem; padding: 0.6em 0 1em 0 !important; } .basic-info-input{ margin-top: 2em; margin-bottom: 2em; }