@cagovweb/state-template 6.2.1-beta.1 → 6.2.1-beta.2
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
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
/*! State Web Template Version 6.2.1-beta.
|
|
2
|
+
/*! State Web Template Version 6.2.1-beta.2 */
|
|
3
3
|
/*!
|
|
4
4
|
* Bootstrap v5.3.0 (https://getbootstrap.com/)
|
|
5
5
|
* Copyright 2011-2023 The Bootstrap Authors
|
|
@@ -14932,21 +14932,18 @@ a.list-group-item {
|
|
|
14932
14932
|
position: relative;
|
|
14933
14933
|
left: 50% !important;
|
|
14934
14934
|
transform: translateX(-50%);
|
|
14935
|
-
width: 0;
|
|
14936
|
-
height: 0;
|
|
14937
14935
|
z-index: 999;
|
|
14938
14936
|
}
|
|
14939
14937
|
#skip-to-content a {
|
|
14940
|
-
width:
|
|
14941
|
-
height:
|
|
14938
|
+
width: 1px;
|
|
14939
|
+
height: 1px;
|
|
14942
14940
|
text-align: center;
|
|
14943
14941
|
position: absolute !important;
|
|
14944
14942
|
left: 50% !important;
|
|
14945
14943
|
transform: translateX(-50%);
|
|
14946
14944
|
clip: unset;
|
|
14947
14945
|
background-color: white;
|
|
14948
|
-
border-
|
|
14949
|
-
border-bottom-right-radius: 7px;
|
|
14946
|
+
border-radius: 0 0 7px 7px;
|
|
14950
14947
|
overflow: hidden;
|
|
14951
14948
|
}
|
|
14952
14949
|
#skip-to-content a:focus {
|