@7shifts/sous-chef 3.41.0 → 3.41.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.
Files changed (2) hide show
  1. package/dist/index.css +6 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -806,6 +806,12 @@ Just for future references:
806
806
  ._iEk2C {
807
807
  padding-left: 20px;
808
808
  }
809
+
810
+ @media only screen and (max-width: 480px) {
811
+ .Toastify__toast-container--bottom-center {
812
+ padding: 1em;
813
+ }
814
+ }
809
815
  ._1vpCK {
810
816
  text-align: left;
811
817
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7shifts/sous-chef",
3
- "version": "3.41.0",
3
+ "version": "3.41.1",
4
4
  "description": "7shifts component library",
5
5
  "author": "7shifts",
6
6
  "license": "MIT",