@npm_leadtech/legal-lib-components 2.35.4 → 2.35.6
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.
|
@@ -3332,7 +3332,12 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3332
3332
|
padding: 8px 0 24px 0;
|
|
3333
3333
|
text-align: left; } }
|
|
3334
3334
|
.count-down-message.extra-margin {
|
|
3335
|
-
margin: 0 1.5rem;
|
|
3335
|
+
margin: 0 1.5rem;
|
|
3336
|
+
box-shadow: 1px 2px 4px var(--neutral-neutral-4);
|
|
3337
|
+
padding: 0; }
|
|
3338
|
+
@media (min-width: 960px) {
|
|
3339
|
+
.count-down-message.extra-margin {
|
|
3340
|
+
margin: 0; } }
|
|
3336
3341
|
|
|
3337
3342
|
.count-down-message-fixed {
|
|
3338
3343
|
display: none; }
|
|
@@ -3332,7 +3332,12 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3332
3332
|
padding: 8px 0 24px 0;
|
|
3333
3333
|
text-align: left; } }
|
|
3334
3334
|
.count-down-message.extra-margin {
|
|
3335
|
-
margin: 0 1.5rem;
|
|
3335
|
+
margin: 0 1.5rem;
|
|
3336
|
+
box-shadow: 1px 2px 4px var(--neutral-neutral-4);
|
|
3337
|
+
padding: 0; }
|
|
3338
|
+
@media (min-width: 960px) {
|
|
3339
|
+
.count-down-message.extra-margin {
|
|
3340
|
+
margin: 0; } }
|
|
3336
3341
|
|
|
3337
3342
|
.count-down-message-fixed {
|
|
3338
3343
|
display: none; }
|