File size: 1,263 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
@import "@wordpress/base-styles/breakpoints";
@import "calypso/my-sites/patterns/mixins";

.is-section-patterns {
	.layout__content {
		padding: 0;
		overflow: visible; // necessary for sticky CategoryPillNavigation

		.masterbar {
			// Makes sure the navigation bar header appears below the masterbar and notices
			z-index: z-index("root", ".main") - 1;
		}
		a {
			text-decoration: none;
		}
	}

	.layout__primary {
		.main {
			padding-bottom: 0;
		}
	}

	.is-logged-in {
		.lpc-header-nav-wrapper {
			padding-top: 32px;

			@media (max-width: $break-medium) {
				padding-top: 46px;
			}
		}

		.lp-footer-language {
			display: none;
		}

		.lpc-footer-nav,
		.lpc-footer-automattic-nav {
			padding-left: 0;
			padding-right: 0;
		}

		.lpc-footer-nav-wrapper,
		.lpc-footer-automattic-nav-wrapper,
		.lp-link-work-m {
			@include patterns-page-width;
		}
	}

	.has-no-sidebar {
		.masterbar-menu {
			.masterbar {
				background: #1d2327;
				border-bottom: 1px solid #1d2327;
			}
		}
	}

	.x-nav-link__logo svg path {
		fill: var(--studio-white);
	}

	.x-nav-item,
	.x-nav-link-chevron::before {
		color: var(--studio-white);
	}

	.x-nav-item .cta-btn-nav {
		background: var(--studio-white) !important;
		color: var(--studio-black) !important;
	}
}