@npm_leadtech/legal-lib-components 3.2.4 → 3.3.0
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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +4 -1
- package/dist/cjs/src/components/atoms/IconTextInfoSection/IconTextInfoSection.d.ts +4 -0
- package/dist/cjs/src/components/atoms/IconTextInfoSection/IconTextInfoSection.types.d.ts +8 -0
- package/dist/cjs/src/components/atoms/IconTextInfoSection/index.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +4 -1
- package/dist/esm/src/components/atoms/IconTextInfoSection/IconTextInfoSection.d.ts +4 -0
- package/dist/esm/src/components/atoms/IconTextInfoSection/IconTextInfoSection.types.d.ts +8 -0
- package/dist/esm/src/components/atoms/IconTextInfoSection/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -5738,7 +5738,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5738
5738
|
align-self: stretch;
|
|
5739
5739
|
gap: 3rem;
|
|
5740
5740
|
margin-top: -1.5rem;
|
|
5741
|
-
padding: 0 1.5rem
|
|
5741
|
+
padding: 0 1.5rem 3rem 1.5rem;
|
|
5742
5742
|
max-width: 1200px; }
|
|
5743
5743
|
@media (min-width: 1200px) {
|
|
5744
5744
|
.steps-ratafia-section__wrapper {
|
|
@@ -5758,6 +5758,9 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5758
5758
|
width: 100%; }
|
|
5759
5759
|
.steps-ratafia-section__wrapper__content {
|
|
5760
5760
|
flex: 1; }
|
|
5761
|
+
@media (min-width: 1600px) {
|
|
5762
|
+
.steps-ratafia-section__wrapper__content {
|
|
5763
|
+
margin-top: -10rem; } }
|
|
5761
5764
|
|
|
5762
5765
|
.try-it-ratafia-section {
|
|
5763
5766
|
display: flex;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { IconTextInfoSection } from './IconTextInfoSection';
|