File size: 766 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
.is-section-a8c-for-agencies-plugins {
	.wpcom-site {
		.main.hosting-dashboard-layout.sites-dashboard.sites-dashboard__layout:not(.preview-hidden) {
			.hosting-dashboard-layout-column__container.hosting-dashboard-layout-column__container.hosting-dashboard-layout-column__container {
				height: calc(100vh - 40px - var(--masterbar-height));

				.hosting-dashboard-layout__top-wrapper {
					display: block;
				}
			}
		}
	}

	.plugin-manage-sites-pane {
		.hosting-dashboard-layout-column__container {
			.hosting-dashboard-layout__top-wrapper {
				display: flex;
			}

			.hosting-dashboard-layout__viewport {
				box-sizing: border-box;

				> div {
					width: 100%;
				}
			}
		}
	}
}

.a4a-plugins-jetpack-banner-container {
	p {
		line-height: 1.4;
	}
}