@npm_leadtech/legal-lib-components 7.53.0 → 7.53.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.
@@ -106,13 +106,7 @@ export const CardPaneStyled = styled.div `
106
106
  }
107
107
  .marker {
108
108
  display: inline-block;
109
- margin-left: -10px;
110
- @-moz-document url-prefix() {
111
- margin-left: 0px;
112
- }
113
- @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
114
- margin-left: 0px;
115
- }
109
+ margin-left: 0px;
116
110
  }
117
111
  .position {
118
112
  margin-left: 2px;
@@ -107,13 +107,7 @@ export const CardPaneStyled = styled.div`
107
107
  }
108
108
  .marker {
109
109
  display: inline-block;
110
- margin-left: -10px;
111
- @-moz-document url-prefix() {
112
- margin-left: 0px;
113
- }
114
- @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
115
- margin-left: 0px;
116
- }
110
+ margin-left: 0px;
117
111
  }
118
112
  .position {
119
113
  margin-left: 2px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.53.0",
3
+ "version": "7.53.1",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",