涂煌豪
2022-05-06 98e508d2852896dbde98edcc9ed6d87645a6a230
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.THIS {
    position: relative;
}
 
.THIS .slds-card__body h1 {
    font-weight: 300;
    color: #0070D2;
    font-size: 24px;
    margin-top: 12px;
}
 
.THIS .slds-card__body h2 {
    font-weight: 300;
    color: #0070D2;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 12px;
}
 
.THIS .slds-card__body {
    height: 120px;
    text-align: center;
}
 
.THIS .slds-icon-standard-solution {
    background-color: transparent;
}
 
.THIS .slds-icon-standard-solution svg {
    fill: #54698D;
}
 
.THIS .select {
    padding-top: 40px;
}