@canopy-iiif/app 0.10.28 → 0.10.29
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
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
@layer components {
|
|
2
2
|
.canopy-footer {
|
|
3
3
|
border-top: 1px solid var(--color-gray-200);
|
|
4
|
-
color: var(--color-gray-
|
|
4
|
+
color: var(--color-gray-700);
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.canopy-footer__inner {
|
|
8
8
|
margin: 0 auto;
|
|
9
9
|
width: 100%;
|
|
10
10
|
max-width: 72rem;
|
|
11
|
-
padding: 1.
|
|
11
|
+
padding: 1.618rem 1rem;
|
|
12
12
|
display: flex;
|
|
13
13
|
flex-direction: column;
|
|
14
14
|
gap: 0.75rem;
|
|
15
|
-
font-size: 0.
|
|
15
|
+
font-size: 0.8333rem;
|
|
16
16
|
line-height: 1.5;
|
|
17
17
|
text-align: center;
|
|
18
18
|
}
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
@media (min-width: 48rem) {
|
|
25
25
|
.canopy-footer__inner {
|
|
26
|
-
padding:
|
|
26
|
+
padding: 2.618rem 1.618rem;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
}
|
package/ui/styles/index.css
CHANGED
|
@@ -788,17 +788,17 @@ section[data-footnotes] ul li,
|
|
|
788
788
|
@layer components {
|
|
789
789
|
.canopy-footer {
|
|
790
790
|
border-top: 1px solid var(--color-gray-200);
|
|
791
|
-
color: var(--color-gray-
|
|
791
|
+
color: var(--color-gray-700);
|
|
792
792
|
}
|
|
793
793
|
.canopy-footer__inner {
|
|
794
794
|
margin: 0 auto;
|
|
795
795
|
width: 100%;
|
|
796
796
|
max-width: 72rem;
|
|
797
|
-
padding: 1.
|
|
797
|
+
padding: 1.618rem 1rem;
|
|
798
798
|
display: flex;
|
|
799
799
|
flex-direction: column;
|
|
800
800
|
gap: 0.75rem;
|
|
801
|
-
font-size: 0.
|
|
801
|
+
font-size: 0.8333rem;
|
|
802
802
|
line-height: 1.5;
|
|
803
803
|
text-align: center;
|
|
804
804
|
}
|
|
@@ -807,7 +807,7 @@ section[data-footnotes] ul li,
|
|
|
807
807
|
}
|
|
808
808
|
@media (min-width: 48rem) {
|
|
809
809
|
.canopy-footer__inner {
|
|
810
|
-
padding:
|
|
810
|
+
padding: 2.618rem 1.618rem;
|
|
811
811
|
}
|
|
812
812
|
}
|
|
813
813
|
}
|