File size: 597 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
@import "@wordpress/base-styles/variables";

.plan-price-wrapper {
	display: flex;
	align-items: center;
}

.plan-price-loading-placeholder {
	display: flex;
}

.plan-price--inline {
	font-size: inherit;

	.plan-price__currency-symbol {
		font-size: inherit;
		vertical-align: initial;
	}
}

.plan-price-info {
	color: var(--studio-gray-80);
	font-family: "SF Pro Text", $sans;
	font-size: $font-body-extra-small;
	line-height: 16px;
	margin-bottom: 4px;

	&.is-expired {
		color: #ea303f;
	}
}

.plan-price-info-loading-placeholder {
	margin-bottom: 4px;
}

.plan-price-cta {
	margin-top: 8px;
}