@openmrs/esm-app-shell 9.0.3-pre.4765 → 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 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);