binxie
2024-01-18 0f648a2059e4c0f0f850b69128e2123673732ed1
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.siteforcePrmBody .cHeader .cBrandingLogo{
    width: 140px !important;
    height: 40px !important;
    pointer-events:none;
}
 
.siteforcePrmBody .comm-navigation{
    min-height:48px !important;
}
 
.siteforcePrmBody .comm-navigation .comm-navigation__item a, .siteforcePrmBody .comm-navigation .comm-navigation__item button{
    font-size:20px;
}
 
cAltToggleNav slds-icon_x-small{
    display:none;
}
 
.salesforceIdentityLoginBody2 .cCenterPanel{
    left:200px;
    top:-30px;
    min-width:320px !important;
}
.salesforceIdentityLoginForm2 .inputBox{
     min-width:180px !important;
}
 
.siteforcePrmBody .cHeader .forceSearchInputDesktop input, .siteforcePrmBody .cHeader .forceSearchInputDesktop input::placeholder{
    font-size:14px !important;
}
.slds-button_icon-more{
    display:none;
}
a.slds-button{
    display:none;
}
 
.forcePageBlockItemView .slds-form-element .slds-button_icon {
    display: none;
}
.siteforcePrmBody .forceCommunityRecordDetail .forceRecordLayout .forcePageBlockSectionView .full.forcePageBlockItemView{
    pointer-events:none
}
 
.slds-nav-vertical__title{
    display:none;
}
.slds-nav-vertical__title:first-of-type {
    display: block;
}
.slds-nav-vertical .slds-nav-vertical__section.navItems.entityItems:nth-child(3){
    display: none!important;
}
.null.comm-page-list-00O .slds-table_header-fixed thead th:nth-child(6){
    display:none!important;
}
.null.comm-page-list-00O .slds-align_absolute-center{
    display:none!important;
}
:root { --dxp-c-section-columns-max-width: 1170px; }