File size: 339 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
@import '@wordpress/base-styles/variables';

.dashboard-page-layout {
	margin: auto;
	padding: $grid-unit-40 $grid-unit-30;

	// Creates a positioning context for CalloutOverlay components. It needs to
	// be on the PageLayout so that the blurred overlay can cover the entire
	// PageLayout, including the padding.
	position: relative;
}