@ikas/storefront 0.1.24-alpha.4 → 0.1.24-alpha.6

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/build/index.css CHANGED
@@ -589,9 +589,13 @@
589
589
  padding-bottom: 0; }
590
590
  .style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 .style-module_LoginText__3FSC9 .style-module_LoginCta__2sZZF {
591
591
  display: none; } }
592
- @media only screen and (min-width: 1000px) {
593
- .style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_MobileCartSummary__3NrcP {
594
- display: none; } }
592
+ .style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_MobileCartSummary__3NrcP {
593
+ position: sticky;
594
+ top: 0;
595
+ z-index: 10; }
596
+ @media only screen and (min-width: 1000px) {
597
+ .style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_MobileCartSummary__3NrcP {
598
+ display: none; } }
595
599
  .style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_RowPB__3M7Tz {
596
600
  padding-bottom: 16px; }
597
601
  @media only screen and (max-width: 1000px) {
@@ -1085,7 +1089,8 @@
1085
1089
  transition: height .3s ease-in-out; }
1086
1090
  @media only screen and (max-width: 1000px) {
1087
1091
  .style-module_CartSummary__30RcF .style-module_DetailsContainer__FBBIP {
1088
- padding: 0 24px; } }
1092
+ padding: 0 24px;
1093
+ box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2); } }
1089
1094
 
1090
1095
  .style-module_CartSummary__30RcF .style-module_Details__3-X_i {
1091
1096
  overflow: hidden; }
@@ -589,9 +589,13 @@
589
589
  padding-bottom: 0; }
590
590
  .style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 .style-module_LoginText__3FSC9 .style-module_LoginCta__2sZZF {
591
591
  display: none; } }
592
- @media only screen and (min-width: 1000px) {
593
- .style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_MobileCartSummary__3NrcP {
594
- display: none; } }
592
+ .style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_MobileCartSummary__3NrcP {
593
+ position: sticky;
594
+ top: 0;
595
+ z-index: 10; }
596
+ @media only screen and (min-width: 1000px) {
597
+ .style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_MobileCartSummary__3NrcP {
598
+ display: none; } }
595
599
  .style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_RowPB__3M7Tz {
596
600
  padding-bottom: 16px; }
597
601
  @media only screen and (max-width: 1000px) {
@@ -1085,7 +1089,8 @@
1085
1089
  transition: height .3s ease-in-out; }
1086
1090
  @media only screen and (max-width: 1000px) {
1087
1091
  .style-module_CartSummary__30RcF .style-module_DetailsContainer__FBBIP {
1088
- padding: 0 24px; } }
1092
+ padding: 0 24px;
1093
+ box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2); } }
1089
1094
 
1090
1095
  .style-module_CartSummary__30RcF .style-module_Details__3-X_i {
1091
1096
  overflow: hidden; }