summaryrefslogtreecommitdiff
blob: 73f5e8b51d2e1dc5d6fbe33960039e9f73793401 (plain)
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
.component__locations__panel {
	.edit-post-settings-sidebar__panel-block & {
		margin-bottom: 1em;
		&:empty {
			display: none;
		}
		.components-panel__body:first-child {
			border-top: none;
		}
		.components-panel__body,
		.components-panel__body:first-child,
		.components-panel__body:last-child {
			max-width: 100%;
			margin: 0;
		}
		.components-panel__body button {
			padding-right: 40px;
		}
	}
}
.component__locations__delete-btn {
	padding: 0;
	svg {
		margin-right: 0.4em;
	}
}