@openmrs/esm-app-shell 9.0.3-pre.4778 → 9.0.3-pre.4784
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/.tmp/openmrs.css +5 -0
- package/.tmp/{openmrs.2117d8fc23adfe57.css → openmrs.f362e0bc25a2bddc.css} +1 -1
- package/.turbo/turbo-build.log +5 -5
- package/dist/1825903b1103b783.js +1 -1
- package/dist/{21885e1d2dd1115f.js → 46319b99d67e2ee8.js} +1 -1
- package/dist/{21885e1d2dd1115f.js.map → 46319b99d67e2ee8.js.map} +1 -1
- package/dist/{adf9df2051af1dd0.js → 9cde77ac1259de4f.js} +1 -1
- package/dist/{adf9df2051af1dd0.js.map → 9cde77ac1259de4f.js.map} +1 -1
- package/dist/index.html +1 -1
- package/dist/{openmrs.006e538f4a1aa781.js → openmrs.88cb8affe0fde258.js} +2 -2
- package/dist/{openmrs.006e538f4a1aa781.js.map → openmrs.88cb8affe0fde258.js.map} +1 -1
- package/dist/{openmrs.2117d8fc23adfe57.css → openmrs.f362e0bc25a2bddc.css} +1 -1
- package/lib/openmrs.css +5 -0
- package/lib/openmrs.js +2 -2
- package/package.json +3 -3
package/.tmp/openmrs.css
CHANGED
|
@@ -35707,6 +35707,11 @@ body {
|
|
|
35707
35707
|
container: unset;
|
|
35708
35708
|
}
|
|
35709
35709
|
|
|
35710
|
+
@media (min-width: 42rem) {
|
|
35711
|
+
.cds--pagination .cds--pagination__left {
|
|
35712
|
+
padding-inline-start: 1rem;
|
|
35713
|
+
}
|
|
35714
|
+
}
|
|
35710
35715
|
.cds--pagination-nav__page:not(.cds--pagination-nav__page--direction)::after {
|
|
35711
35716
|
background-color: #007d79;
|
|
35712
35717
|
background-color: var(--brand-03);
|