@npm_leadtech/legal-lib-components 7.53.1 → 7.53.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.
@@ -106,7 +106,13 @@ export const CardPaneStyled = styled.div `
106
106
  }
107
107
  .marker {
108
108
  display: inline-block;
109
- margin-left: 0px;
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
+ }
110
116
  }
111
117
  .position {
112
118
  margin-left: 2px;
@@ -107,7 +107,13 @@ export const CardPaneStyled = styled.div`
107
107
  }
108
108
  .marker {
109
109
  display: inline-block;
110
- margin-left: 0px;
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
+ }
111
117
  }
112
118
  .position {
113
119
  margin-left: 2px;
@@ -18,6 +18,10 @@ const LOGOS = {
18
18
  default: lawdistrict,
19
19
  white: lawdistrictWhite
20
20
  },
21
+ legalfinity: {
22
+ default: lawdistrict,
23
+ white: lawdistrictWhite
24
+ },
21
25
  districtlaws: {
22
26
  default: districtlaws,
23
27
  white: districtlawsWhite
@@ -24,6 +24,10 @@ const LOGOS: Record<string, any> = {
24
24
  default: lawdistrict,
25
25
  white: lawdistrictWhite
26
26
  },
27
+ legalfinity: {
28
+ default: lawdistrict,
29
+ white: lawdistrictWhite
30
+ },
27
31
  districtlaws: {
28
32
  default: districtlaws,
29
33
  white: districtlawsWhite
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.53.1",
3
+ "version": "7.53.3",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",