@transferwise/neptune-css 14.28.1 → 14.28.2

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.
@@ -140,7 +140,7 @@
140
140
  }
141
141
  @media (min-width: 600px) {
142
142
  .modal-dialog {
143
- width: 540px;
143
+ width: 564px;
144
144
  margin: 32px auto;
145
145
  }
146
146
  .modal-content {
@@ -171,7 +171,7 @@
171
171
  margin: 32px 24px;
172
172
  }
173
173
  }
174
- @media (min-width: 332px) {
174
+ @media (min-width: 320.02px) {
175
175
  .modal-sm {
176
176
  width: 300px;
177
177
  margin: 32px auto;
@@ -179,7 +179,7 @@
179
179
  }
180
180
  @media (min-width: 840px) {
181
181
  .modal-lg {
182
- width: 720px;
182
+ width: 824px;
183
183
  margin: 32px auto;
184
184
  }
185
185
  }