parent
6f05664810
commit
975d787694
12 changed files with 366 additions and 160 deletions
After Width: | Height: | Size: 773 B |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 18 KiB |
Binary file not shown.
@ -1,114 +1,235 @@ |
|||||||
.mobile-products-product{ |
.mobile-products-product { |
||||||
width: calc(100% / 3); |
} |
||||||
|
|
||||||
|
.products-product { |
||||||
|
width: calc(100% / 4); |
||||||
padding: 10px; |
padding: 10px; |
||||||
a{ |
margin-bottom: 20px; |
||||||
width : 100%; |
a { |
||||||
|
width: 100%; |
||||||
text-decoration: none; |
text-decoration: none; |
||||||
&:hover{ |
&:hover { |
||||||
} |
} |
||||||
img{ |
img { |
||||||
width: 100%; |
width: 100%; |
||||||
height: 170px; |
height: 200px; |
||||||
border-top-left-radius: 15px; |
border-radius: 30px; |
||||||
border-top-right-radius: 15px; |
|
||||||
} |
} |
||||||
h1{ |
h1 { |
||||||
font-family: numeralBold; |
font-family: numeralBold; |
||||||
margin-top: 15px; |
margin-top: 15px; |
||||||
color: #7dc241; |
color: #02a1a6; |
||||||
letter-spacing: -1px; |
|
||||||
} |
|
||||||
h2{ |
|
||||||
font-family: numeralLight; |
|
||||||
margin-top: 10px; |
|
||||||
color: #6f7074; |
|
||||||
letter-spacing: -1px; |
letter-spacing: -1px; |
||||||
|
text-align: center; |
||||||
} |
} |
||||||
} |
} |
||||||
&__notAvailabe{ |
&__notAvailabe { |
||||||
font-family: numeralBold; |
font-family: numeralBold; |
||||||
width : 100%; |
width: 100%; |
||||||
text-align: center; |
text-align: center; |
||||||
color: #6f7074; |
color: #6f7074; |
||||||
margin-top: 15px; |
margin-top: 15px; |
||||||
} |
} |
||||||
&__price{ |
&__price { |
||||||
width : 100%; |
width: 100%; |
||||||
margin-top: 15px; |
margin-top: 15px; |
||||||
text-align: center; |
text-align: center; |
||||||
&--old{ |
&--old { |
||||||
font-family: numeralBold; |
font-family: numeralBold; |
||||||
color: #6f7074; |
color: #6f7074; |
||||||
position: relative; |
position: relative; |
||||||
margin-left: 10px; |
margin-left: 10px; |
||||||
align-items:center; |
align-items: center; |
||||||
span{ |
span { |
||||||
position: absolute; |
position: absolute; |
||||||
left: 0px; |
left: 0px; |
||||||
width : 100%; |
width: 100%; |
||||||
height: 2px; |
height: 2px; |
||||||
background-color: rgba(121, 121, 121, 0.534); |
background-color: rgba(121, 121, 121, 0.534); |
||||||
transform: rotate(-14deg); |
transform: rotate(-14deg); |
||||||
} |
} |
||||||
} |
} |
||||||
&--price{ |
&--price { |
||||||
color: #02733c; |
color: #4d4d4d; |
||||||
font-family: numeralBold; |
font-family: numeralBold; |
||||||
} |
} |
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
.products-product{ |
@media screen and (max-width: 350px) { |
||||||
width: calc(100% / 4); |
.mobile-products-product { |
||||||
padding: 10px; |
width: 100%; |
||||||
margin-bottom: 20px; |
background-color: #fafafa; |
||||||
a{ |
margin: 20px; |
||||||
width : 100%; |
border-radius: 0.5rem; |
||||||
text-decoration: none; |
box-shadow: 0 3px 8px 0 rgb(0 0 0 / 16%); |
||||||
&:hover{ |
img { |
||||||
|
width: 80%; |
||||||
|
margin: 10px auto; |
||||||
} |
} |
||||||
img{ |
&__info { |
||||||
width: 100%; |
width: 80%; |
||||||
height: 200px; |
margin: 10px auto; |
||||||
border-radius: 30px; |
h1 { |
||||||
|
font-family: NumeralLight; |
||||||
|
color: #4d4d4d; |
||||||
|
letter-spacing: -1px; |
||||||
|
} |
||||||
|
a { |
||||||
|
width: 48%; |
||||||
|
padding: 5px 3px; |
||||||
|
border-radius: 7px; |
||||||
|
font-family: numeralMedium; |
||||||
|
text-decoration: none; |
||||||
|
} |
||||||
|
&--physical { |
||||||
|
background-color: #7fc75d; |
||||||
|
color: white; |
||||||
|
} |
||||||
|
&--ar { |
||||||
|
border: 1px solid #7fc75d; |
||||||
|
color: #7fc75d; |
||||||
|
} |
||||||
} |
} |
||||||
h1{ |
&__links { |
||||||
font-family: numeralBold; |
width: 80%; |
||||||
margin-top: 15px; |
margin: 10px auto; |
||||||
color: #02A1A6; |
justify-content: space-between; |
||||||
letter-spacing: -1px; |
a { |
||||||
text-align: center; |
width: 48%; |
||||||
|
padding: 5px 3px; |
||||||
|
border-radius: 7px; |
||||||
|
font-family: numeralMedium; |
||||||
|
text-decoration: none; |
||||||
|
} |
||||||
|
&--physical { |
||||||
|
background-color: #7fc75d; |
||||||
|
color: white; |
||||||
|
} |
||||||
|
&--ar { |
||||||
|
border: 1px solid #7fc75d; |
||||||
|
color: #7fc75d; |
||||||
|
} |
||||||
} |
} |
||||||
} |
} |
||||||
&__notAvailabe{ |
} |
||||||
font-family: numeralBold; |
|
||||||
width : 100%; |
@media screen and (min-width: 350px) { |
||||||
text-align: center; |
.mobile-products-product { |
||||||
color: #6f7074; |
width: calc(50% - 20px); |
||||||
margin-top: 15px; |
background-color: #fafafa; |
||||||
|
margin: 10px; |
||||||
|
border-radius: 0.5rem; |
||||||
|
box-shadow: 0 3px 8px 0 rgb(0 0 0 / 16%); |
||||||
|
img { |
||||||
|
width: 80%; |
||||||
|
margin: 10px auto; |
||||||
|
} |
||||||
|
&__info { |
||||||
|
width: 80%; |
||||||
|
margin: 10px auto; |
||||||
|
h1 { |
||||||
|
font-family: NumeralLight; |
||||||
|
color: #4d4d4d; |
||||||
|
letter-spacing: -1px; |
||||||
|
} |
||||||
|
a { |
||||||
|
width: 48%; |
||||||
|
padding: 5px 3px; |
||||||
|
border-radius: 7px; |
||||||
|
font-family: numeralMedium; |
||||||
|
text-decoration: none; |
||||||
|
} |
||||||
|
&--physical { |
||||||
|
background-color: #7fc75d; |
||||||
|
color: white; |
||||||
|
} |
||||||
|
&--ar { |
||||||
|
border: 1px solid #7fc75d; |
||||||
|
color: #7fc75d; |
||||||
|
} |
||||||
|
} |
||||||
|
&__links { |
||||||
|
width: 80%; |
||||||
|
margin: 10px auto; |
||||||
|
flex-direction: column; |
||||||
|
|
||||||
|
a { |
||||||
|
width: 100%; |
||||||
|
padding: 10px 5px; |
||||||
|
border-radius: 7px; |
||||||
|
font-family: numeralMedium; |
||||||
|
text-decoration: none; |
||||||
|
margin-bottom: 5px; |
||||||
|
} |
||||||
|
&--physical { |
||||||
|
background-color: #7fc75d; |
||||||
|
color: white; |
||||||
|
} |
||||||
|
&--ar { |
||||||
|
border: 1px solid #7fc75d; |
||||||
|
color: #7fc75d; |
||||||
|
} |
||||||
|
} |
||||||
} |
} |
||||||
&__price{ |
} |
||||||
width : 100%; |
|
||||||
margin-top: 15px; |
@media screen and (min-width: 550px) { |
||||||
text-align: center; |
.mobile-products-product { |
||||||
&--old{ |
width: calc(33% - 20px); |
||||||
font-family: numeralBold; |
background-color: #fafafa; |
||||||
color: #6f7074; |
margin: 10px; |
||||||
position: relative; |
border-radius: 0.5rem; |
||||||
margin-left: 10px; |
box-shadow: 0 3px 8px 0 rgb(0 0 0 / 16%); |
||||||
align-items:center; |
img { |
||||||
span{ |
width: 80%; |
||||||
position: absolute; |
margin: 10px auto; |
||||||
left: 0px; |
} |
||||||
width : 100%; |
&__info { |
||||||
height: 2px; |
width: 80%; |
||||||
background-color: rgba(121, 121, 121, 0.534); |
margin: 10px auto; |
||||||
transform: rotate(-14deg); |
h1 { |
||||||
|
font-family: NumeralLight; |
||||||
|
color: #4d4d4d; |
||||||
|
letter-spacing: -1px; |
||||||
|
} |
||||||
|
a { |
||||||
|
width: 48%; |
||||||
|
padding: 5px 3px; |
||||||
|
border-radius: 7px; |
||||||
|
font-family: numeralMedium; |
||||||
|
text-decoration: none; |
||||||
|
} |
||||||
|
&--physical { |
||||||
|
background-color: #7fc75d; |
||||||
|
color: white; |
||||||
|
} |
||||||
|
&--ar { |
||||||
|
border: 1px solid #7fc75d; |
||||||
|
color: #7fc75d; |
||||||
} |
} |
||||||
} |
} |
||||||
&--price{ |
&__links { |
||||||
color: #4d4d4d; |
width: 80%; |
||||||
font-family: numeralBold; |
margin: 10px auto; |
||||||
|
flex-direction: column; |
||||||
|
|
||||||
|
a { |
||||||
|
width: 100%; |
||||||
|
padding: 10px 5px; |
||||||
|
border-radius: 7px; |
||||||
|
font-family: numeralMedium; |
||||||
|
text-decoration: none; |
||||||
|
margin-bottom: 5px; |
||||||
|
} |
||||||
|
&--physical { |
||||||
|
background-color: #7fc75d; |
||||||
|
color: white; |
||||||
|
} |
||||||
|
&--ar { |
||||||
|
border: 1px solid #7fc75d; |
||||||
|
color: #7fc75d; |
||||||
|
} |
||||||
} |
} |
||||||
} |
} |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue