@licklist/design 0.70.0-dev.0 → 0.70.0-dev.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.
@@ -174,6 +174,14 @@
174
174
  }
175
175
  }
176
176
 
177
+ @include media-breakpoint-down(sm) {
178
+ .ryft-payment-form {
179
+ .form-disable-box {
180
+ top: 20rem;
181
+ }
182
+ }
183
+ }
184
+
177
185
  @include media-breakpoint-up(md) {
178
186
  .ryft-payment-form,
179
187
  .form-disable-box {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@licklist/design",
3
- "version": "0.70.0-dev.0",
3
+ "version": "0.70.0-dev.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/artelogicsoft/licklist_design.git"
@@ -174,6 +174,14 @@
174
174
  }
175
175
  }
176
176
 
177
+ @include media-breakpoint-down(sm) {
178
+ .ryft-payment-form {
179
+ .form-disable-box {
180
+ top: 20rem;
181
+ }
182
+ }
183
+ }
184
+
177
185
  @include media-breakpoint-up(md) {
178
186
  .ryft-payment-form,
179
187
  .form-disable-box {