binxie
2024-01-20 2ff0f0a7ab276c3466d9e06e14222db802194efc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@import 'c/lexCssUtility';
 
.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;
}