@cagovweb/state-template 6.3.1-beta8 → 6.3.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.
- package/dist/css/cagov.core.css +2 -2
- package/dist/css/cagov.core.min.css +2 -2
- package/dist/js/cagov.core.js +18 -20
- package/dist/js/cagov.core.min.js +2 -2
- package/dist/readme.md +2 -2
- package/package.json +3 -3
package/dist/css/cagov.core.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
/*! State Web Template Version 6.3.1
|
|
2
|
+
/*! State Web Template Version 6.3.1 */
|
|
3
3
|
/*!
|
|
4
4
|
* Bootstrap v5.3.0 (https://getbootstrap.com/)
|
|
5
5
|
* Copyright 2011-2023 The Bootstrap Authors
|
|
@@ -17495,7 +17495,7 @@ header.nav-overlay::after {
|
|
|
17495
17495
|
align-items: center;
|
|
17496
17496
|
position: relative;
|
|
17497
17497
|
transform: rotate(0deg);
|
|
17498
|
-
transition: 0.5s ease-in-out;
|
|
17498
|
+
transition: transform 0.5s ease-in-out;
|
|
17499
17499
|
cursor: pointer;
|
|
17500
17500
|
color: var(--white, #fff);
|
|
17501
17501
|
min-width: 2.5rem;
|