buli
2023-05-23 07390e2fcb4adf27c928335bf27ae7939c5a80ad
force-app/main/default/lwc/lexConsumable/lexConsumable.css
@@ -1,17 +1,23 @@
/* .myTable table>thead .slds-cell-fixed.slds-has-button-menu, .myTable table>thead .slds-cell-fixed.slds-has-button-menu:hover{
    background: #EEEE00;
}
.conTable td,th{
    border: 1px dashed #D4D4D4;
}
.conTable tr{
    border: 1px dashed #D4D4D4;
} */
/* .showContract {
    pointer-events: none;
    color:black;
} */
@import 'c/lexCssUtility';
.attListTitle h2>span .slds-text-heading_small{
    font-size: 10px;
.showContract {
    pointer-events: none;
    --lwc-brandTextLink: black;
}
.attListTitle{
    --lwc-fontSize5 : 16px;
}
lightning-output-field {
    --lwc-colorTextLabel:#696969;
    --lwc-inputStaticFontSize: 16px;
    --lwc-formLabelFontSize: 16px;
    --lwc-brandTextLink: black;
    --lwc-spacingXxSmall:0px;
}
.fileUpload {
    font-size: 16px;
    --lwc-formLabelFontSize:16px;
}