@canopy-iiif/app 0.10.9 → 0.10.10
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 +1 -1
- package/ui/styles/index.css +9 -1
- package/ui/styles/index.scss +8 -0
package/package.json
CHANGED
package/ui/styles/index.css
CHANGED
|
@@ -72,6 +72,9 @@
|
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
/* canopy-theme:end */
|
|
75
|
+
/**
|
|
76
|
+
* Main stylesheet for the @canopy-iiif/app/ui package
|
|
77
|
+
*/
|
|
75
78
|
@layer base {
|
|
76
79
|
body {
|
|
77
80
|
margin: 0;
|
|
@@ -1651,4 +1654,9 @@
|
|
|
1651
1654
|
|
|
1652
1655
|
.canopy-content-navigation--collapsed .canopy-sub-navigation__list {
|
|
1653
1656
|
display: none;
|
|
1654
|
-
}
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
/**
|
|
1660
|
+
* Define source files for utility classes
|
|
1661
|
+
*/
|
|
1662
|
+
@source "../dist";
|