@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:
|
|
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:
|
|
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;
|