summaryrefslogtreecommitdiff
blob: 6a4dd9a5521519398b1a33e2c71a7c039735d312 (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
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
.wp-block-jetpack-repeat-visitor {
	.components-notice {
		margin: 1em 0 0;
	}
	.components-radio-control__option {
		text-align: left;
	}
	.components-notice__content {
		margin: 0.5em 0;
		font-size: 0.8em;

		.components-base-control {
			display: inline-block;
			max-width: 8em;
			vertical-align: middle;

			.components-base-control__field {
				margin-bottom: 0;
			}
		}
	}
}

.wp-block-jetpack-repeat-visitor-placeholder {
	min-height: inherit;

	.components-placeholder__label svg {
		margin-right: 0.5ch;
	}

	.components-placeholder__fieldset {
		flex-wrap: nowrap;
		.components-base-control {
			flex-basis: 100%;
		}
	}

	.components-base-control__help {
		color: var( --muriel-hot-red-500 );
		font-size: 13px;
	}
}

.wp-block-jetpack-repeat-visitor--is-unselected .wp-block-jetpack-repeat-visitor-placeholder {
	display: none;
}

.wp-block-jetpack-repeat-visitor-threshold {
	margin-right: 20px;

	.components-text-control__input {
		width: 5em;
		text-align: center;
	}
}