@npm_leadtech/legal-lib-components 5.2.22 → 5.2.24

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.
@@ -5123,6 +5123,10 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
5123
5123
  letter-spacing: -0.3px;
5124
5124
  padding: 0 1rem 1rem;
5125
5125
  }
5126
+ .faqItem .content .answer ul {
5127
+ list-style: disc;
5128
+ margin-left: 2rem;
5129
+ }
5126
5130
  .faqItem.open .question svg {
5127
5131
  transform: rotate(90deg);
5128
5132
  }
@@ -45,6 +45,11 @@
45
45
  line-height: 22px;
46
46
  letter-spacing: -0.3px;
47
47
  padding: 0 1rem 1rem;
48
+
49
+ ul {
50
+ list-style: disc;
51
+ margin-left: 2rem;
52
+ }
48
53
  }
49
54
  }
50
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "5.2.22",
3
+ "version": "5.2.24",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",