File size: 436 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
.jetpack-cloud-cart__empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 32px;

	& .jetpack-cloud-cart__empty-title {
		font-weight: 500;
		font-size: 1.25rem;
		color: #787c82;

		display: flex;
		align-items: center;
		text-align: center;

	}
	& .jetpack-cloud-cart__empty-info {
		font-weight: 400;
		font-size: 1rem;
		color: #787c82;

		display: flex;
		align-items: center;
		text-align: center;
	}
}