@codeforamerica/marcomms-design-system 1.17.1 → 1.17.3
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/dist/index.js +0 -2
- package/package.json +1 -1
- package/src/components/nav.js +0 -1
- package/src/components/promo.js +0 -1
package/dist/index.js
CHANGED
|
@@ -1892,7 +1892,6 @@
|
|
|
1892
1892
|
color: var(--link-color);
|
|
1893
1893
|
display: block;
|
|
1894
1894
|
font-weight: bold;
|
|
1895
|
-
height: 100%;
|
|
1896
1895
|
padding: var(--spacing-component-2) var(--spacing-component-3);
|
|
1897
1896
|
text-decoration: none;
|
|
1898
1897
|
transition: box-shadow 0.25s ease-in-out;
|
|
@@ -2339,7 +2338,6 @@
|
|
|
2339
2338
|
text-align: center;
|
|
2340
2339
|
text-decoration: none;
|
|
2341
2340
|
transition: box-shadow 0.2s ease-in-out;
|
|
2342
|
-
width: 100%;
|
|
2343
2341
|
}
|
|
2344
2342
|
|
|
2345
2343
|
a.promo:hover {
|
package/package.json
CHANGED
package/src/components/nav.js
CHANGED