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