@primer/brand-css 0.65.1-rc.e7f0ab2d → 0.65.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -280,6 +280,10 @@
|
|
|
280
280
|
z-index: 9998;
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
+
.SubNav__heading-container + .SubNav__heading-container {
|
|
284
|
+
padding-inline-start: var(--base-size-16);
|
|
285
|
+
}
|
|
286
|
+
|
|
283
287
|
.SubNav__heading-separator {
|
|
284
288
|
margin-inline-end: var(--base-size-16);
|
|
285
289
|
z-index: 9998;
|
|
@@ -705,6 +709,7 @@
|
|
|
705
709
|
.SubNav__links-overlay .SubNav__link[aria-current]:not([aria-current='false']) {
|
|
706
710
|
background-color: var(--brand-SubNav-color-link-bgColor);
|
|
707
711
|
line-height: 1.1em;
|
|
712
|
+
padding: var(--base-size-2) var(--base-size-12) var(--base-size-4);
|
|
708
713
|
}
|
|
709
714
|
|
|
710
715
|
/* Firefox optical alignment fix */
|