19626
2023-09-09 e14d6d0619330cad423f06493e3aa2371faa2a8f
force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css
@@ -6,7 +6,9 @@
.combobox-container label {
    margin-right: 10px;
}
.THIS.white svg {
    fill : white;
}
/* .holder{
   position: relative;
   display: inline-block;
@@ -58,11 +60,25 @@
    }
    .text-container p:first-line {
        background-color: rgb(243, 243, 243);
        background-color: rgb(165, 63, 63);
      }
    .slds-accordion__summary-heading{
        background-color: rgb(243, 243, 243);
        background-color: rgb(192, 70, 70);
    }
    .THIS .x-accordion .x-accordion-group  .x-accordion-heading a .x-accordion-toggle {
        color: red!important;
        }
    host {
        --sds-c-accordion-summary-color-background: var(--lwc-colorBackground,rgb(160, 60, 60));
    }
    .THIS .slds-truncate {
        max-width: 100%;
        background: brown !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }