@salesforcedevs/dx-components 1.22.0-responsive → 1.22.0-responsive-1
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/package.json
CHANGED
|
@@ -30,7 +30,6 @@ footer.signup-variant-no-signup {
|
|
|
30
30
|
.footer-group {
|
|
31
31
|
display: flex;
|
|
32
32
|
flex-direction: column;
|
|
33
|
-
flex: 0 1 auto;
|
|
34
33
|
}
|
|
35
34
|
|
|
36
35
|
.footer-group > *:not(:last-child) {
|
|
@@ -362,13 +361,13 @@ footer.signup-variant-no-signup {
|
|
|
362
361
|
}
|
|
363
362
|
}
|
|
364
363
|
|
|
365
|
-
@media screen and (max-width:
|
|
364
|
+
@media screen and (max-width: 950px) {
|
|
366
365
|
.footer-group:nth-child(3) {
|
|
367
366
|
display: none;
|
|
368
367
|
}
|
|
369
368
|
}
|
|
370
369
|
|
|
371
|
-
@media screen and (max-width:
|
|
370
|
+
@media screen and (max-width: 820px) {
|
|
372
371
|
.footer-group:nth-child(2) {
|
|
373
372
|
display: none;
|
|
374
373
|
}
|
|
@@ -436,13 +435,13 @@ footer.signup-variant-no-signup {
|
|
|
436
435
|
}
|
|
437
436
|
}
|
|
438
437
|
|
|
439
|
-
@media screen and (max-width:
|
|
438
|
+
@media screen and (max-width: 600px) {
|
|
440
439
|
.footer-group:nth-child(3) {
|
|
441
440
|
display: none;
|
|
442
441
|
}
|
|
443
442
|
}
|
|
444
443
|
|
|
445
|
-
@media screen and (max-width:
|
|
444
|
+
@media screen and (max-width: 500px) {
|
|
446
445
|
.footer-group:nth-child(2) {
|
|
447
446
|
display: none;
|
|
448
447
|
}
|