File size: 451 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
@import "@wordpress/base-styles/breakpoints";

.performance-profiler-tip {
	max-width: 460px;
	background-color: #f7f8fe;
	padding: 25px;
	min-width: 300px;
	/* stylelint-disable-next-line scales/radii */
	border-radius: 6px;

	h4 {
		font-size: $font-body-small;
		font-weight: 500;
		line-height: $font-title-small;
		margin-bottom: 10px;
	}

	p {
		font-size: $font-body-small;
		margin-bottom: 0;
	}

	.learn-more-link {
		margin-top: 20px;
	}

}