@cagovweb/state-template 6.3.2-beta1 → 6.3.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/css/cagov.core.css +8 -1
- package/dist/css/cagov.core.min.css +2 -2
- package/dist/js/cagov.core.js +1 -1
- package/dist/js/cagov.core.min.js +1 -1
- package/dist/readme.md +2 -2
- package/package.json +2 -1
- package/readme.md +1 -1
package/dist/css/cagov.core.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
/*! State Web Template Version 6.3.
|
|
2
|
+
/*! State Web Template Version 6.3.3 */
|
|
3
3
|
/*!
|
|
4
4
|
* Bootstrap v5.3.3 (https://getbootstrap.com/)
|
|
5
5
|
* Copyright 2011-2024 The Bootstrap Authors
|
|
@@ -20586,6 +20586,13 @@ figcaption {
|
|
|
20586
20586
|
border-radius: 0;
|
|
20587
20587
|
}
|
|
20588
20588
|
|
|
20589
|
+
/* -----------------------------------------
|
|
20590
|
+
MODAL - /src/scss/cagov/modal.scss
|
|
20591
|
+
----------------------------------------- */
|
|
20592
|
+
div.modal-header > button.close {
|
|
20593
|
+
margin-left: auto;
|
|
20594
|
+
}
|
|
20595
|
+
|
|
20589
20596
|
/* -----------------------------------------
|
|
20590
20597
|
YouTube Video Player
|
|
20591
20598
|
/source/scss/cagov/youtube.scss
|