Issues (377)

modules/custom-sections/sections.css (9 issues)

1
#customize-theme-controls .control-section-kirki-expanded .accordion-section-title {
2
  display: none;
0 ignored issues
show
Found precision alignment of 2 spaces.
Loading history...
3
}
4
#customize-theme-controls .control-section-kirki-expanded .customize-section-back {
5
  display: none;
0 ignored issues
show
Found precision alignment of 2 spaces.
Loading history...
6
}
7
#customize-theme-controls .customize-pane-child.control-section-kirki-expanded {
8
  position: relative;
0 ignored issues
show
Found precision alignment of 2 spaces.
Loading history...
9
  visibility: visible;
0 ignored issues
show
Found precision alignment of 2 spaces.
Loading history...
10
  height: auto;
0 ignored issues
show
Found precision alignment of 2 spaces.
Loading history...
11
  margin-left: -100%;
0 ignored issues
show
Found precision alignment of 2 spaces.
Loading history...
12
}
13
#customize-theme-controls .customize-pane-child.control-section-kirki-expanded h3 .customize-action {
14
  display: none;
0 ignored issues
show
Found precision alignment of 2 spaces.
Loading history...
15
}
16
17
#customize-theme-controls .customize-pane-child.current-section-parent,
18
.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent {
19
  transform: translateX(-100%);
0 ignored issues
show
Found precision alignment of 2 spaces.
Loading history...
20
}
21
22
.control-section-kirki-nested {
23
  margin: 0 -12px;
0 ignored issues
show
Found precision alignment of 2 spaces.
Loading history...
24
}
25
26
/*# sourceMappingURL=sections.css.map */
27