summaryrefslogtreecommitdiff
blob: 86f50f9e3b9b7e4c220328704222d058b4882203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.wp-block-jetpack-simple-payments {
	.simple-payments__help-message {
		display: flex;
		font-size: 13px;
		line-height: 1.4em;
		margin-bottom: 1em;
		margin-top: -0.5em;
		svg {
			margin-right: 5px;
			min-width: 24px;
		}
		> span {
			margin-top: 2px;
		}
		&.simple-payments__help-message-is-error {
			color: var( --color-error );
			svg {
				fill: var( --color-error );
			}
		}
	}
}