@primer/brand-css 0.65.0-rc.77cd5c0b → 0.65.0-rc.dd3b4470
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.
package/components/Hero/Hero.css
CHANGED
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
display: inline-block;
|
|
371
371
|
background-color: var(--brand-SubNav-color-link-bgColor);
|
|
372
372
|
border-radius: var(--brand-borderRadius-full);
|
|
373
|
-
padding: var(--base-size-
|
|
373
|
+
padding: var(--base-size-2) var(--base-size-12) var(--base-size-4);
|
|
374
374
|
margin-inline-start: var(--base-size-8);
|
|
375
375
|
}
|
|
376
376
|
|
|
@@ -593,8 +593,6 @@
|
|
|
593
593
|
transition: color 0.2s var(--brand-animation-easing-glide);
|
|
594
594
|
position: relative;
|
|
595
595
|
padding: var(--base-size-4) 0;
|
|
596
|
-
/* Optical alignment */
|
|
597
|
-
top: 1px;
|
|
598
596
|
}
|
|
599
597
|
|
|
600
598
|
.SubNav__link-label {
|
|
@@ -712,11 +710,6 @@
|
|
|
712
710
|
|
|
713
711
|
/* Firefox optical alignment fix */
|
|
714
712
|
@supports (-moz-appearance: none) {
|
|
715
|
-
.SubNav__links-overlay .SubNav__link[aria-current]:not([aria-current='false']) .SubNav__link-label {
|
|
716
|
-
position: relative;
|
|
717
|
-
top: 1px;
|
|
718
|
-
}
|
|
719
|
-
|
|
720
713
|
.SubNav__links-overlay
|
|
721
714
|
.SubNav__link--has-sub-menu
|
|
722
715
|
.SubNav__link[aria-current]:not([aria-current='false'])
|