.full-width{ width: 100%; } .deleteBtn{ margin-right:0.7em; } .titleStile{ font-weight: bold; } //REFACTOR SECTION //Palete $blue-color : #129D99; $blue-color-light: #5cf7f2; .actions-list{ border-radius: 7px; box-shadow: 0 1px 0.8em $blue-color; padding: 1em 0em; font-size: small; } .field-container{ box-shadow: 0px 1px 2px rgb(173, 173, 173) ; padding: 3em; border-radius: .3em; // border-left: 0.3em solid yellow; padding-bottom: 2em; margin-bottom: 2em; } .field-container-active{ box-shadow: 0px 1px 2px rgb(173, 173, 173) ; padding: 3em; border-radius: .3em; border-left: 0.3em solid $blue-color; padding-bottom: 2em; margin-bottom: 2em; } .field-id-container{ background-color: $blue-color-light; position: absolute; right: 0; top: 0; padding: .6em 1.2em; overflow: visible; .field-id-container-icon{ position: absolute; top: -50%; } } .main-content-page{ padding: 0em 1.5em; } .fielset-header{ font-size: 1.5em; font-weight: bold; // .numbering{ // padding: 0.5em 0em; // } } .fieldset-actions-list{ margin: 0; cursor: pointer; } // ::ng-deep .main-content-page .fieldset-header .field-title .mat-form-field-infix{ // border-top: 0px; // } .numbering-label .mat-input-element:disabled{ color: #212121; }