Skip to content

Commit f7b13c2

Browse files
hbapteSaddockAimeAime-Patrick
authored
[Deliver-redirect-log-in-user-based-on-role-#188029478] (#60)
* ft seller side info (#61) * ft-seller-side-info * requested changes * rebase * updates * rebase --------- Co-authored-by: Saddock Kabandana <[email protected]> Co-authored-by: Aime-Patrick <[email protected]>
1 parent 19ed017 commit f7b13c2

26 files changed

+798
-1086
lines changed

Diff for: src/assets/styles/Product.scss

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
margin-top: 2rem;
66
box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.2);
77
background-color: $secondary-color-light;
8+
transform: none;
89
&:hover {
9-
transform: scale(1.05);
10+
transform: scale(1.05) !important;
1011
box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.3);
11-
transition: all 0.3s ease-in-out;;
12+
transition: transform 0.1s ease !important;
1213
}
1314

1415
.product-image-container {

Diff for: src/assets/styles/Sample.scss

+7-4
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169

170170
@media screen and (max-width: 900px) {
171171
.sampleImages1 {
172-
height: 20rem;
172+
height: 10rem;
173173
.sample2 {
174174
.arrow {
175175
.icon-arrow {
@@ -187,7 +187,7 @@
187187

188188
.menShoe, .phones, .womenShoe, .accessories {
189189
img {
190-
height: 9.5rem;
190+
height: 8.5rem;
191191
}
192192
p {
193193
font-size: 1rem;
@@ -204,7 +204,8 @@
204204

205205
@media screen and (max-width: 480px) {
206206
.sampleImages1 {
207-
height: 15rem;
207+
gap: 0.5rem;
208+
height: 12rem;
208209
.sample2 {
209210
.arrow {
210211
.icon-arrow {
@@ -221,8 +222,10 @@
221222
}
222223

223224
.menShoe, .phones, .womenShoe, .accessories {
225+
height: 5.5rem;
226+
padding: 0;
224227
img {
225-
height: 7rem;
228+
height: 100%;
226229
}
227230
p {
228231
font-size: 0.8rem;

0 commit comments

Comments
 (0)