@npm_leadtech/legal-lib-components 5.26.5 → 5.26.6

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.
@@ -867,6 +867,10 @@ export const FixedFooterStyled = styled.div `
867
867
  top: 0;
868
868
  transform: rotate(-45deg);
869
869
  }
870
+ .icon-arrow:before {
871
+ bottom: 0;
872
+ transform: rotate(45deg);
873
+ }
870
874
  .icon-arrow:before,
871
875
  .icon-arrow:after {
872
876
  left: 50%;
@@ -868,6 +868,10 @@ export const FixedFooterStyled = styled.div`
868
868
  top: 0;
869
869
  transform: rotate(-45deg);
870
870
  }
871
+ .icon-arrow:before {
872
+ bottom: 0;
873
+ transform: rotate(45deg);
874
+ }
871
875
  .icon-arrow:before,
872
876
  .icon-arrow:after {
873
877
  left: 50%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "5.26.5",
3
+ "version": "5.26.6",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",