@import "variables"; @import "mixins"; .activity-line-wrapper { h3 { // font-size: 8px; } .link { // color: blue; } } .bi { margin: 0px !important; } .memo-sorting-wrapper { width: 265px; margin: 0px 10px; height: 100%; display: flex; .sorting-direction { width: 65px; height: 40px; background-color: #465573; color: white; font-size: 20px; display: flex; justify-content: center; align-items: center; cursor: pointer; i {} } .memo-sorting-trigger { width: calc(100% - 65px); height: 100%; background-color: transparent; border: 1px solid lightgrey; display: flex; justify-content: space-between; align-items: center; padding: 0px 15px; font-size: 14px; i { font-size: 16px; color: gray; } } } .memo-sorting-menu { width: 200px; .memo-sorting-item {} } .my-button { border: 1px solid #465573; color: #465573; border-radius: 5px; background-color: transparent; font-weight: bold; min-width: 80px; height: 40px; &.reset { border: none; } } .my-button:hover { color: white; background-color: #465573; &.reset { color: #465573; border: 1px solid #465573; background-color: white; } } .app-property-value { .app-input-wrapper { label { color: #646f85; font-size: 13px; margin-bottom: 5px; .text-danger { font-size: 16px; line-height: 14px; margin: 0 5px !important; } } .form-control { border: 1px solid #ccc; border-radius: 5px; background-color: rgba(143, 152, 170, 0.1); height: 40px; } .form-control:disabled { background-color: #e9ecef !important; } .form-control:focus { border: $outline; box-shadow: $focus-shadow; } .app-textitem-editable-error { .error-containers { list-style: none; padding: 0px; margin: 0px; font-size: 14px; .error { margin-top: 5px; } } } } } .autocomplete-container .input-container input:focus, hijri-gregorian-datepicker .form-group .input-group .form-control:focus, .ng-select.ng-select-focused .ng-select-container { border: $outline !important; box-shadow: $focus-shadow; } input::placeholder { font-size: 12px; } .form-control:focus { box-shadow: none !important; } .mat-stepper-horizontal { margin-top: -25px; .mat-horizontal-stepper-header-container { .mat-step-header { &.cdk-program-focused { background-color: transparent; } .mat-step-icon-selected { background-color: transparent; color: #fff; background-image: $wrapper-gradient; } .mat-step-label { .mat-step-text-label { @include small-screen { white-space: pre-wrap; overflow: visible; } } } } } .mat-horizontal-content-container { overflow: visible; @include medium-screen { padding: 0px 0px 24px; } } &.rtl { .mat-horizontal-stepper-header:first-child::after, .mat-horizontal-stepper-header:last-child::before { display: none; } .mat-horizontal-stepper-header:first-child::before { border-top-width: 1px; border-top-style: solid; content: ""; display: inline-block; height: 0; position: absolute; width: calc(50% - 20px); left: 0; } .mat-horizontal-stepper-header:last-child::after { border-top-width: 1px; border-top-style: solid; content: ""; display: inline-block; height: 0; position: absolute; width: calc(50% - 20px); right: 0; } } } .form-wrapper { padding: 30px 15px; border: 1px solid $light-gray; .buttons-wrapper { display: flex; justify-content: space-between; .action-buttons-wrapper { display: flex; } button { background-image: $wrapper-gradient; height: 40px; color: $white; border: none; width: 125px; margin-top: 20px; border-radius: 5px; } button:disabled { opacity: 0.4; cursor: not-allowed; } button:hover { opacity: 0.7; } } .upload-wrapper { display: flex; flex-direction: column; justify-content: flex-end; label { color: #8f98aa; font-size: 14px; } button { padding: 10px; border: 1px solid lightgray; span { margin: 0px 10px; } } } } .renameFileComponent { .form-wrapper { padding: 30px 15px; border:none !important; .buttons-wrapper { display: flex; justify-content: space-between; .action-buttons-wrapper { display: flex; } button { background-image: $wrapper-gradient; height: 40px; color: $white; border: none; width: 125px; margin-top: 20px; border-radius: 5px; } button:disabled { opacity: 0.4; cursor: not-allowed; } button:hover { opacity: 0.7; } } .upload-wrapper { display: flex; flex-direction: column; justify-content: flex-end; label { color: #8f98aa; font-size: 14px; } button { padding: 10px; border: 1px solid lightgray; span { margin: 0px 10px; } } } } } .my-dynamic-viewer { display: flex; align-items: center; font-size: 12px; // font-weight: bold; min-height: 30px; .my-label { font-size: 12px; font-weight: 500; width: 150px; word-break: break-word; @include normal-screen { width: 50%; } } .my-value { width: calc(100% - 150px); word-break: break-word; // font-weight: bold; @include normal-screen { width: 50%; } } .direction-img { font-size: 14px; .incoming { display: none; } .outgoing { display: none; } .internal { display: none; } } &.draft { .my-value { color: #596973; } } &.inProgress { .my-value { color: #3c3cf0; } } &.registered { .my-value { color: #4f008c; } } &.archived { .my-value { color: #fbb62c; } } &.closed { .my-value { color: #00dca5; } } &.approved { .my-value { color: $green-600; } } &.assigned { .my-value { color: #fd6670; } } &.sent { .my-value { color: #3c3cf0; } } &.published { .my-value { color: #00dca5; } } &.Outgoing { .my-value { display: flex; .direction-img { .outgoing { color: #fbb62c; margin: 1px 5px; display: flex; } } .text { margin: 0px 5px; } } } &.Internal { .my-value { display: flex; .direction-img { .internal { color: #3c3cf0; margin: 1px 5px; display: flex; } } .text { margin: 0px 5px; } } } &.Incoming { .my-value { display: flex; .direction-img { .incoming { color: #00dca5; display: flex; } } .text { margin: 0px 5px; margin-top: -3px; } } } &.vertical { display: block; .my-label { width: auto; } .my-value { width: auto; } } &.with-out-label { width: 100% !important; } }