@anker-in/headless-ui 1.1.17-alpha.1765944830940 → 1.1.17-alpha.1765953583622
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/cjs/biz-components/HeaderNavigation/index.js +1 -1
- package/dist/cjs/biz-components/HeaderNavigation/index.js.map +2 -2
- package/dist/cjs/components/brand-strip.js +1 -1
- package/dist/cjs/components/brand-strip.js.map +2 -2
- package/dist/esm/biz-components/HeaderNavigation/index.js +1 -1
- package/dist/esm/biz-components/HeaderNavigation/index.js.map +2 -2
- package/dist/esm/components/brand-strip.js +1 -1
- package/dist/esm/components/brand-strip.js.map +2 -2
- package/package.json +1 -1
- package/style.css +6 -0
package/style.css
CHANGED
|
@@ -906,6 +906,9 @@ video {
|
|
|
906
906
|
.flex-col-reverse {
|
|
907
907
|
flex-direction: column-reverse;
|
|
908
908
|
}
|
|
909
|
+
.flex-wrap {
|
|
910
|
+
flex-wrap: wrap;
|
|
911
|
+
}
|
|
909
912
|
.items-center {
|
|
910
913
|
align-items: center;
|
|
911
914
|
}
|
|
@@ -1022,6 +1025,9 @@ video {
|
|
|
1022
1025
|
--tw-bg-opacity: 1 !important;
|
|
1023
1026
|
background-color: rgb(8 10 15 / var(--tw-bg-opacity, 1)) !important;
|
|
1024
1027
|
}
|
|
1028
|
+
.\!bg-transparent {
|
|
1029
|
+
background-color: transparent !important;
|
|
1030
|
+
}
|
|
1025
1031
|
.bg-\[\#080A0F\] {
|
|
1026
1032
|
--tw-bg-opacity: 1;
|
|
1027
1033
|
background-color: rgb(8 10 15 / var(--tw-bg-opacity, 1));
|