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{ |
||||
width: calc(100% / 3); |
||||
.mobile-products-product { |
||||
} |
||||
|
||||
.products-product { |
||||
width: calc(100% / 4); |
||||
padding: 10px; |
||||
a{ |
||||
width : 100%; |
||||
margin-bottom: 20px; |
||||
a { |
||||
width: 100%; |
||||
text-decoration: none; |
||||
&:hover{ |
||||
&:hover { |
||||
} |
||||
img{ |
||||
img { |
||||
width: 100%; |
||||
height: 170px; |
||||
border-top-left-radius: 15px; |
||||
border-top-right-radius: 15px; |
||||
height: 200px; |
||||
border-radius: 30px; |
||||
} |
||||
h1{ |
||||
h1 { |
||||
font-family: numeralBold; |
||||
margin-top: 15px; |
||||
color: #7dc241; |
||||
letter-spacing: -1px; |
||||
} |
||||
h2{ |
||||
font-family: numeralLight; |
||||
margin-top: 10px; |
||||
color: #6f7074; |
||||
color: #02a1a6; |
||||
letter-spacing: -1px; |
||||
text-align: center; |
||||
} |
||||
} |
||||
&__notAvailabe{ |
||||
&__notAvailabe { |
||||
font-family: numeralBold; |
||||
width : 100%; |
||||
width: 100%; |
||||
text-align: center; |
||||
color: #6f7074; |
||||
margin-top: 15px; |
||||
} |
||||
&__price{ |
||||
width : 100%; |
||||
&__price { |
||||
width: 100%; |
||||
margin-top: 15px; |
||||
text-align: center; |
||||
&--old{ |
||||
&--old { |
||||
font-family: numeralBold; |
||||
color: #6f7074; |
||||
position: relative; |
||||
margin-left: 10px; |
||||
align-items:center; |
||||
span{ |
||||
align-items: center; |
||||
span { |
||||
position: absolute; |
||||
left: 0px; |
||||
width : 100%; |
||||
width: 100%; |
||||
height: 2px; |
||||
background-color: rgba(121, 121, 121, 0.534); |
||||
transform: rotate(-14deg); |
||||
} |
||||
} |
||||
&--price{ |
||||
color: #02733c; |
||||
&--price { |
||||
color: #4d4d4d; |
||||
font-family: numeralBold; |
||||
} |
||||
} |
||||
} |
||||
|
||||
.products-product{ |
||||
width: calc(100% / 4); |
||||
padding: 10px; |
||||
margin-bottom: 20px; |
||||
a{ |
||||
width : 100%; |
||||
text-decoration: none; |
||||
&:hover{ |
||||
@media screen and (max-width: 350px) { |
||||
.mobile-products-product { |
||||
width: 100%; |
||||
background-color: #fafafa; |
||||
margin: 20px; |
||||
border-radius: 0.5rem; |
||||
box-shadow: 0 3px 8px 0 rgb(0 0 0 / 16%); |
||||
img { |
||||
width: 80%; |
||||
margin: 10px auto; |
||||
} |
||||
img{ |
||||
width: 100%; |
||||
height: 200px; |
||||
border-radius: 30px; |
||||
&__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; |
||||
} |
||||
} |
||||
h1{ |
||||
font-family: numeralBold; |
||||
margin-top: 15px; |
||||
color: #02A1A6; |
||||
letter-spacing: -1px; |
||||
text-align: center; |
||||
&__links { |
||||
width: 80%; |
||||
margin: 10px auto; |
||||
justify-content: space-between; |
||||
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; |
||||
} |
||||
} |
||||
} |
||||
&__notAvailabe{ |
||||
font-family: numeralBold; |
||||
width : 100%; |
||||
text-align: center; |
||||
color: #6f7074; |
||||
margin-top: 15px; |
||||
} |
||||
|
||||
@media screen and (min-width: 350px) { |
||||
.mobile-products-product { |
||||
width: calc(50% - 20px); |
||||
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; |
||||
text-align: center; |
||||
&--old{ |
||||
font-family: numeralBold; |
||||
color: #6f7074; |
||||
position: relative; |
||||
margin-left: 10px; |
||||
align-items:center; |
||||
span{ |
||||
position: absolute; |
||||
left: 0px; |
||||
width : 100%; |
||||
height: 2px; |
||||
background-color: rgba(121, 121, 121, 0.534); |
||||
transform: rotate(-14deg); |
||||
} |
||||
|
||||
@media screen and (min-width: 550px) { |
||||
.mobile-products-product { |
||||
width: calc(33% - 20px); |
||||
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; |
||||
} |
||||
} |
||||
&--price{ |
||||
color: #4d4d4d; |
||||
font-family: numeralBold; |
||||
&__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; |
||||
} |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue