forked from bigcommerce/cornerstone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Neopraxis-Innovations/feat/01/bundle-secti…
…on-ui PR: feat/bundle-ui-changed
- Loading branch information
Showing
10 changed files
with
247 additions
and
4 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
body { | ||
overflow-x: hidden !important; | ||
} | ||
.page-wraper{ | ||
width: 98.6vw; | ||
margin-left: calc(-50vw + 50%); | ||
padding: 40px; | ||
} | ||
.row{ | ||
display: flex; | ||
text-align: center; | ||
background: whitesmoke; | ||
border-radius: 25px !important; | ||
} | ||
.bundle{ | ||
min-height: 100px; | ||
max-width: 100%; | ||
padding-top: 10px; | ||
margin-top: 0px; | ||
margin-bottom: 0px; | ||
display: flex; | ||
align-items: center; | ||
// margin-bottom: -4.21429rem ; | ||
} | ||
.bundle_left_image{ | ||
margin-top: 10px; | ||
margin-bottom: 10px; | ||
min-width: 100px; | ||
max-width: 0px; | ||
max-height: 120px; | ||
min-height: 50px; | ||
} | ||
.center_bundle_img{ | ||
margin-top: 10px; | ||
} | ||
.left_bundle_title{ | ||
margin-top: 30px; | ||
margin-bottom: 0px; | ||
margin-left: 10px; | ||
text-align: center; | ||
font-size: 25px; | ||
font-family: "Roobert-SemiBold"; | ||
} | ||
.textunder_price { | ||
font-size: 23px; | ||
font-family: "Poppins", serif; | ||
padding-left: 10px; | ||
text-align: center; | ||
margin-top: 40px; | ||
margin-right: 40px; | ||
} | ||
.cart_button{ | ||
color: #ffffff !important; | ||
background: linear-gradient(270deg, #990AE2 1.67%, #1485EF 96.39%); | ||
border-radius: 5px !important; | ||
cursor: pointer !important; | ||
overflow: hidden !important; | ||
font-weight: bolder !important; | ||
margin: 40px 6px !important; | ||
font-family: 'Roobert-Regular' !important; | ||
width: 7rem !important; | ||
height: 45px !important; | ||
padding: 0px !important; | ||
} | ||
.cart-btn-text{ | ||
font-size: 10px !important; | ||
text-align: center; | ||
} | ||
.accessories-row{ | ||
display: flex; | ||
flex-direction: row; | ||
flex-wrap:wrap; | ||
background-color:white !important; | ||
} | ||
.accessories-list{ | ||
display: flex; | ||
background-color: #EFEFEF !important; | ||
border-radius: 15px !important; | ||
min-height: 300.4px; | ||
min-width: 11px; | ||
margin: 31px; | ||
width: 230px; | ||
height: 400px; | ||
padding: 10px; | ||
} | ||
.accessories-name{ | ||
display: flex; | ||
text-align:left; | ||
font-size: 19px; | ||
font-weight: 800; | ||
margin-bottom: 10px; | ||
} | ||
.accessories-price{ | ||
display: flex; | ||
font-size: 19px; | ||
margin-left: 10px; | ||
margin-bottom: 20px; | ||
} | ||
.product-image{ | ||
min-height: 150px; | ||
max-height: 150px; | ||
object-fit: contain; | ||
width: 100%; | ||
text-align: center; | ||
} | ||
.row3{ | ||
display: flex; | ||
text-align: left; | ||
} | ||
.accessories-list-button{ | ||
border-radius: 5px !important; | ||
cursor: pointer !important; | ||
overflow: hidden !important; | ||
font-weight: bolder !important; | ||
margin: 40px 0% !important; | ||
font-family: 'Roobert-Regular' !important; | ||
width: 6rem !important; | ||
height: 35px !important; | ||
margin-right: 230px; | ||
height: 400px; | ||
} | ||
.button-learn{ | ||
background:#bac0c5; | ||
background-color:none; | ||
text-align:center; | ||
padding-left: 0px; | ||
} | ||
.button-bundle{ | ||
background: linear-gradient(270deg, #990AE2 1.67%, #1485EF 96.39%); | ||
text-align: center; | ||
} | ||
.accessories-list-button { | ||
display: flex; | ||
justify-content: space-between; | ||
} | ||
.none{ | ||
display: flex; | ||
background-color: #EFEFEF !important; | ||
border-radius: 15px !important; | ||
min-height: 300.4px; | ||
min-width: 11px; | ||
margin: 31px; | ||
width: 230px; | ||
height: 400px; | ||
padding: 10px; | ||
} | ||
.none-image{ | ||
border-radius: 5px !important; | ||
cursor: pointer !important; | ||
background-color: #cdcdcd !important; | ||
font-weight: bolder !important; | ||
height: 35px !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
{{#partial "page"}} | ||
<div class="page-wraper"> | ||
<div class="row"> | ||
<div class="columns large-12 "> | ||
<div class="columns large-3"> | ||
<div class="columns large-6"> | ||
<img class="bundle_left_image" src="https://encrypted-tbn3.gstatic.com/shopping?q=tbn:ANd9GcTI1DcKqzeGvqn5xYQQUpYm3szvAZh90X0LVWAGSb8yTiWDoCBbHrOvcxzeigN7yIKfIeUe4XSm_tmqq1Geu8hLNl63wISc5bvar3asAqb7KLbvkjdGXgUo"> | ||
</div> | ||
<div class="columns large-6"> | ||
<h2 class="left_bundle_title">Calvin Klein Handbags</h2> | ||
</div> | ||
</div> | ||
<div class="columns large-6 "> | ||
<div class="bundle"> | ||
<div class="columns large-2"> | ||
<img class="center_bundle_img" src="https://m.media-amazon.com/images/I/410kaYn-4BL.jpg"> | ||
<p class="center_bundle_title">Calvin Klein</p> | ||
</div> | ||
<div class="columns large-2"> | ||
<img class="center_bundle_img" src="https://m.media-amazon.com/images/I/410kaYn-4BL.jpg"> | ||
<p class="center_bundle_title">Calvin Klein</p> | ||
</div> | ||
<div class="columns large-2"> | ||
<img class="center_bundle_img" src="https://m.media-amazon.com/images/I/410kaYn-4BL.jpg"> | ||
<p class="center_bundle_title">Calvin Klein</p> | ||
</div> | ||
<div class="columns large-2"> | ||
<img class="center_bundle_img" src="https://m.media-amazon.com/images/I/410kaYn-4BL.jpg"> | ||
<br> | ||
<p class="center_bundle_title">Calvin Klein</p> | ||
</div> | ||
<div class="columns large-2"> | ||
<img class="center_bundle_img" src="https://m.media-amazon.com/images/I/410kaYn-4BL.jpg"> | ||
<br> | ||
<p class="center_bundle_title">Calvin Klein </p> | ||
</div> | ||
<div class="columns large-2"> | ||
<img class="center_bundle_img" src="https://m.media-amazon.com/images/I/410kaYn-4BL.jpg"> | ||
<br> | ||
<p class="center_bundle_title">Calvin Klein</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="columns large-3"> | ||
<div class="columns large-6 bundle3"> | ||
<div class="textunder_price"> | ||
<span style="color:black;font-weight:bold">£</span>183.50 | ||
</div> | ||
</div> | ||
<div class="columns large-6 bundle3"> | ||
<div class="cart_button"> | ||
<button class="cart-btn-text">Add to Cart</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<br> | ||
<div class="accessories-row"> | ||
<div> | ||
<div class="columns large-3 accessories-list"> | ||
<div> | ||
<div class="accessories-name">128GB U3 Industrial Grade microSD Card</div> | ||
<div class="accessories-price">£45.00</div> | ||
<img class="product-image" src="{{getImage image}}"> | ||
<div class="row3"> | ||
<div class="columns large-6"> | ||
<div class="accessories-list-button"> | ||
<button class="button-learn">View Details</button> | ||
</div> | ||
</div> | ||
<div class="columns large-6"> | ||
<div class="accessories-list-button"> | ||
<button class="button-bundle" type="button" onclick="alert('Loading Next Page')">Add to bundle</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
{{/partial}} | ||
{{> layout/base}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters