@ptcwebops/ptcw-design 6.4.31-beta → 6.4.32-beta
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/dist/cjs/ptc-card_2.cjs.entry.js +1 -1
- package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +18 -6
- package/dist/custom-elements/index.js +3 -3
- package/dist/esm/ptc-card_2.entry.js +1 -1
- package/dist/ptcw-design/{p-b8c38d83.entry.js → p-fd269576.entry.js} +1 -1
- package/dist/ptcw-design/ptcw-design.esm.js +1 -1
- package/package.json +1 -1
- package/readme.md +1 -1
|
@@ -3599,16 +3599,13 @@ ptc-footer {
|
|
|
3599
3599
|
margin: 0 5px;
|
|
3600
3600
|
}
|
|
3601
3601
|
|
|
3602
|
-
.preloader-store-detail-page .jumbotron {
|
|
3603
|
-
margin-bottom: 48px;
|
|
3604
|
-
}
|
|
3605
3602
|
.preloader-store-detail-page .jumbotron .jumbotron-bg {
|
|
3606
|
-
height:
|
|
3603
|
+
height: 228px;
|
|
3607
3604
|
background-color: var(--color-gray-03);
|
|
3608
3605
|
position: relative;
|
|
3609
3606
|
}
|
|
3610
3607
|
.preloader-store-detail-page .div-body {
|
|
3611
|
-
top: -
|
|
3608
|
+
top: -53px;
|
|
3612
3609
|
position: relative;
|
|
3613
3610
|
}
|
|
3614
3611
|
@media only screen and (min-width: 768px) {
|
|
@@ -3616,6 +3613,16 @@ ptc-footer {
|
|
|
3616
3613
|
text-align: -webkit-center;
|
|
3617
3614
|
}
|
|
3618
3615
|
}
|
|
3616
|
+
@media only screen and (min-width: 480px) {
|
|
3617
|
+
.preloader-store-detail-page .div-body {
|
|
3618
|
+
top: -95px;
|
|
3619
|
+
}
|
|
3620
|
+
}
|
|
3621
|
+
@media only screen and (min-width: 992px) {
|
|
3622
|
+
.preloader-store-detail-page .div-body {
|
|
3623
|
+
top: -116px;
|
|
3624
|
+
}
|
|
3625
|
+
}
|
|
3619
3626
|
.preloader-store-detail-page .div-body .div-grid-block {
|
|
3620
3627
|
position: relative;
|
|
3621
3628
|
z-index: 3;
|
|
@@ -3680,12 +3687,17 @@ ptc-footer {
|
|
|
3680
3687
|
}
|
|
3681
3688
|
.preloader-store-detail-page .div-content {
|
|
3682
3689
|
top: -172px;
|
|
3683
|
-
margin-top:
|
|
3690
|
+
margin-top: 180px;
|
|
3684
3691
|
position: relative;
|
|
3685
3692
|
border-radius: 4px;
|
|
3686
3693
|
background: #fff;
|
|
3687
3694
|
padding: 40px;
|
|
3688
3695
|
}
|
|
3696
|
+
@media only screen and (min-width: 480px) {
|
|
3697
|
+
.preloader-store-detail-page .div-content {
|
|
3698
|
+
margin-top: 128px;
|
|
3699
|
+
}
|
|
3700
|
+
}
|
|
3689
3701
|
.preloader-store-detail-page .div-content .border-line {
|
|
3690
3702
|
margin: 40px 10px;
|
|
3691
3703
|
border: 1px solid var(--color-gray-02);
|