@npm_leadtech/legal-lib-components 3.3.1 → 3.3.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.
|
@@ -1974,44 +1974,44 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
1974
1974
|
.separator {
|
|
1975
1975
|
margin: 19.2px 32px; } }
|
|
1976
1976
|
|
|
1977
|
-
.
|
|
1977
|
+
.icon-text-info-section.bottom-side {
|
|
1978
1978
|
display: flex;
|
|
1979
1979
|
flex-direction: column;
|
|
1980
1980
|
background-color: var(--neutral-neutral-4);
|
|
1981
1981
|
justify-content: center;
|
|
1982
1982
|
padding: 1rem 3rem; }
|
|
1983
1983
|
@media (min-width: 575px) {
|
|
1984
|
-
.
|
|
1984
|
+
.icon-text-info-section.bottom-side {
|
|
1985
1985
|
padding: 0;
|
|
1986
1986
|
flex-direction: row; } }
|
|
1987
1987
|
@media (min-width: 575px) {
|
|
1988
|
-
.
|
|
1988
|
+
.icon-text-info-section.bottom-side {
|
|
1989
1989
|
padding: 1rem 1rem; } }
|
|
1990
|
-
.
|
|
1990
|
+
.icon-text-info-section.bottom-side .box {
|
|
1991
1991
|
display: flex;
|
|
1992
1992
|
flex-direction: row;
|
|
1993
1993
|
align-items: center;
|
|
1994
1994
|
margin: 0; }
|
|
1995
1995
|
@media (max-width: 575px) {
|
|
1996
|
-
.
|
|
1996
|
+
.icon-text-info-section.bottom-side .box {
|
|
1997
1997
|
margin: 0.4rem; } }
|
|
1998
1998
|
@media (min-width: 575px) {
|
|
1999
|
-
.
|
|
1999
|
+
.icon-text-info-section.bottom-side .box {
|
|
2000
2000
|
margin: 0 1rem; } }
|
|
2001
|
-
.
|
|
2001
|
+
.icon-text-info-section.bottom-side .item-image {
|
|
2002
2002
|
width: 2.5rem;
|
|
2003
2003
|
margin-right: 1rem; }
|
|
2004
2004
|
@media (max-width: 575px) {
|
|
2005
|
-
.
|
|
2005
|
+
.icon-text-info-section.bottom-side .item-image {
|
|
2006
2006
|
width: 1.5rem; } }
|
|
2007
|
-
.
|
|
2007
|
+
.icon-text-info-section.bottom-side .item-image .image {
|
|
2008
2008
|
width: 40px;
|
|
2009
2009
|
height: 40px; }
|
|
2010
2010
|
@media (max-width: 575px) {
|
|
2011
|
-
.
|
|
2011
|
+
.icon-text-info-section.bottom-side .item-image .image {
|
|
2012
2012
|
width: 24px;
|
|
2013
2013
|
height: 24px; } }
|
|
2014
|
-
.
|
|
2014
|
+
.icon-text-info-section.bottom-side .item-text {
|
|
2015
2015
|
font-size: 16px; }
|
|
2016
2016
|
|
|
2017
2017
|
.info-box {
|