@npm_leadtech/legal-lib-components 2.21.2 → 2.21.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.
|
@@ -2866,17 +2866,24 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2866
2866
|
|
|
2867
2867
|
.messageInformation {
|
|
2868
2868
|
display: flex;
|
|
2869
|
+
justify-content: center;
|
|
2869
2870
|
border-radius: 4px;
|
|
2870
2871
|
background: var(--secondary-main-light-4);
|
|
2871
2872
|
padding: 8px; }
|
|
2873
|
+
@media (min-width: 960px) {
|
|
2874
|
+
.messageInformation {
|
|
2875
|
+
justify-content: flex-start; } }
|
|
2872
2876
|
.messageInformation__icon {
|
|
2873
2877
|
width: 24px;
|
|
2874
2878
|
fill: var(--secondary-main-dark-1);
|
|
2875
2879
|
margin-right: 8px; }
|
|
2876
2880
|
.messageInformation__icon svg {
|
|
2877
2881
|
display: block; }
|
|
2878
|
-
.
|
|
2879
|
-
font-
|
|
2882
|
+
.messageInformation__text {
|
|
2883
|
+
font-size: 0.875rem;
|
|
2884
|
+
letter-spacing: -0.3px; }
|
|
2885
|
+
.messageInformation__text__time {
|
|
2886
|
+
font-weight: bold; }
|
|
2880
2887
|
|
|
2881
2888
|
.article {
|
|
2882
2889
|
display: flex;
|
|
@@ -2866,17 +2866,24 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2866
2866
|
|
|
2867
2867
|
.messageInformation {
|
|
2868
2868
|
display: flex;
|
|
2869
|
+
justify-content: center;
|
|
2869
2870
|
border-radius: 4px;
|
|
2870
2871
|
background: var(--secondary-main-light-4);
|
|
2871
2872
|
padding: 8px; }
|
|
2873
|
+
@media (min-width: 960px) {
|
|
2874
|
+
.messageInformation {
|
|
2875
|
+
justify-content: flex-start; } }
|
|
2872
2876
|
.messageInformation__icon {
|
|
2873
2877
|
width: 24px;
|
|
2874
2878
|
fill: var(--secondary-main-dark-1);
|
|
2875
2879
|
margin-right: 8px; }
|
|
2876
2880
|
.messageInformation__icon svg {
|
|
2877
2881
|
display: block; }
|
|
2878
|
-
.
|
|
2879
|
-
font-
|
|
2882
|
+
.messageInformation__text {
|
|
2883
|
+
font-size: 0.875rem;
|
|
2884
|
+
letter-spacing: -0.3px; }
|
|
2885
|
+
.messageInformation__text__time {
|
|
2886
|
+
font-weight: bold; }
|
|
2880
2887
|
|
|
2881
2888
|
.article {
|
|
2882
2889
|
display: flex;
|