@npm_leadtech/legal-lib-components 2.18.8 → 2.18.10
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 -4
- package/dist/cjs/src/components/molecules/ModalFreeDoc/ModalFreeDoc.types.d.ts +2 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +4 -4
- package/dist/esm/src/components/molecules/ModalFreeDoc/ModalFreeDoc.types.d.ts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
|
@@ -3810,7 +3810,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3810
3810
|
.modal-free-doc {
|
|
3811
3811
|
display: flex;
|
|
3812
3812
|
flex-direction: column;
|
|
3813
|
-
max-width:
|
|
3813
|
+
max-width: 370px; }
|
|
3814
3814
|
@media (min-width: 720px) {
|
|
3815
3815
|
.modal-free-doc {
|
|
3816
3816
|
flex-direction: row;
|
|
@@ -3819,7 +3819,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3819
3819
|
.modal-free-doc .right-container {
|
|
3820
3820
|
display: flex;
|
|
3821
3821
|
width: 100%;
|
|
3822
|
-
|
|
3822
|
+
text-align: left; }
|
|
3823
3823
|
@media (min-width: 720px) {
|
|
3824
3824
|
.modal-free-doc .right-container {
|
|
3825
3825
|
width: 60%;
|
|
@@ -3828,7 +3828,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3828
3828
|
display: flex;
|
|
3829
3829
|
flex-direction: column;
|
|
3830
3830
|
border: none;
|
|
3831
|
-
padding:
|
|
3831
|
+
padding: 1.75rem; }
|
|
3832
3832
|
@media (min-width: 720px) {
|
|
3833
3833
|
.modal-free-doc .right-container .info-box {
|
|
3834
3834
|
padding: 1rem 0 0 1rem; } }
|
|
@@ -3852,7 +3852,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3852
3852
|
width: auto; } }
|
|
3853
3853
|
.modal-free-doc .right-container .info-box__button-box button {
|
|
3854
3854
|
min-height: 3rem;
|
|
3855
|
-
width:
|
|
3855
|
+
width: auto; }
|
|
3856
3856
|
.modal-free-doc .modal-free-close-mobile {
|
|
3857
3857
|
display: flex;
|
|
3858
3858
|
position: relative;
|