binxie
2023-06-20 6d14c34d9a4e304bf3289e4ad957b091f27ef3b8
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;
}