-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.scss
67 lines (59 loc) · 1.1 KB
/
style.scss
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
61
62
63
64
65
66
67
.newspack-network-content-distribution-panel {
height: calc(100% - 47px);
.components-panel {
height: 100%;
display: flex;
flex-direction: column;
}
.components-panel__body:not( .content-distribution-panel-buttons ) {
border: 0;
}
.content-distribution-panel-header {
> *:last-child,
.components-base-control__field {
margin: 0;
}
}
.content-distribution-panel-body {
flex: 1 1 100%;
overflow-y: auto;
padding-top: 0;
}
.content-distribution-panel__button-column {
p:first-child {
margin-bottom: 0;
}
.components-button {
justify-content: center;
}
}
.components-checkbox-control {
padding: 12px 0;
.components-base-control__field {
margin-bottom: 0;
}
label {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
&:has( input:disabled ) {
opacity: 0.5;
}
&:has( input[name="select-all"] ) label {
font-weight: 600;
}
}
.selected-sites {
display: flex;
justify-content: space-between;
margin: 0;
}
}
.editor-header {
.components-button.is-pressed {
path[fill="#406ebc"] {
fill: currentColor;
}
}
}