Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15,389 changes: 18 additions & 15,371 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"sass": "^1.32.8",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vue-star-rating": "^1.7.0",
"vuesax": "^4.0.1-alpha.25",
"vuex": "^3.4.0"
},
Expand Down
2 changes: 2 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@
color: #42b983;
}
</style>


2 changes: 1 addition & 1 deletion src/assets/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ input {

button {
border-radius: 3px;
border: 1px solid #407BFF;
border: 1px solid hsl(222, 33%, 88%);
background-color: #407BFF;
color: #FFFFFF;
font-size: 12px;
Expand Down
258 changes: 132 additions & 126 deletions src/assets/sass/imports/SuperCollections.scss
Original file line number Diff line number Diff line change
@@ -1,144 +1,150 @@
.head{
color: black;
text-align: left;
font-family: 'Raleway', sans-serif;
font-size: larger;
margin-left: 0em;
font-weight: 400;
}
.product-image{
width: 220px;
height: 290px;
background-color:rgb(177, 174, 174);
margin-left: 3em;
margin-top: 0;
border: 1px solid transparent;
}
.product-image img{
height: 290px;
width: 270px;
margin-top: 1px;
margin-left: -1em;
border-radius: 0px;
}
.head {
color: black;
text-align: left;
font-family: 'Raleway', sans-serif;
font-size: larger;
margin-left: 0em;
font-weight: 400;
}
.product-image {
width: 220px;
height: 290px;
background-color: rgb(177, 174, 174);
margin-left: 3em;
margin-top: 0;
border: 1px solid transparent;
}
.product-image img {
height: 290px;
width: 270px;
margin-top: 1px;
margin-left: -1em;
border-radius: 0px;
}

.description{
.description {
border: 1px solid #fff;
margin-left: 3em;
width: 220px;
height: 120px;
margin-bottom: 2em;
background-color: #FFFFFF;
background-color: #ffffff;
border: 1px solid #fff;
margin-top: -20px;
}

}

.description h3{
font-size: 15px;
font-family: Raleway;
display: inline;
margin-top: 10px;
font-weight: 100;
}
.price{
float: right;
margin-right: 15px;
}
.name{
float: left;
margin-left: 15px;
}
button{
margin-top: 25px;
float: left;
margin-left: 15px;
width: 130px;
height: 33px;
font-family: Raleway;
font-size: 14px;
border-radius: 0;
border: 1px solid black;
color: #fff;
background-color: black;
font-weight: 200;
}
.images{
display: block;
float: left;
.description h3 {
font-size: 15px;
font-family: Raleway;
display: inline;
margin-top: 10px;
font-weight: 100;
}
.price {
float: right;
margin-right: 15px;
}
.name {
float: left;
margin-left: 15px;
}
button {
margin-top: 25px;
float: left;
margin-left: 15px;
width: 130px;
height: 33px;
font-family: Raleway;
font-size: 14px;
border-radius: 0;
border: 1px solid black;
color: #fff;
background-color: black;
font-weight: 200;
}
.images {
display: block;
float: left;
}

.men-head{
color: black;
text-align: left;
font-family: 'Raleway', sans-serif;
font-size: larger;
margin-left: 2.5em;
margin-top: 26em;
font-weight: 400;
.men-head {
color: black;
text-align: left;
font-family: 'Raleway', sans-serif;
font-size: larger;
margin-left: 2.5em;
margin-top: 26em;
font-weight: 400;
}

.man-collection img {
width: 500px;
height: 640px;
float: left;
margin-left: 3em;
width: 500px;
height: 640px;
float: left;
margin-left: 3em;
}
//man collections
.man-images{
display: block;
float: left;
margin-top: 2em;
}
.man-product-image{
width: 215px;
height: 170px;
background-color:rgb(177, 174, 174);
margin-left: 3em;
margin-top: -1em;
border: 1px solid transparent;
}
.man-product-image img{
height: 140px;
width: 190px;
margin-top: 1px;
margin-left: -1em;
border-radius: 0px;
}
.man-description{
border: 1px solid #fff;
margin-left: 3em;
width: 215px;
height: 120px;
margin-bottom: 2em;
background-color: #FFFFFF;
border: 1px solid #fff;
margin-top: -20px;
}


.man-description h3{
font-size: 15px;
font-family: Raleway;
display: inline;
margin-top: 10px;
font-weight: 100;
}
.man-price{
float: right;
margin-right: 15px;
}
.man-name{
float: left;
margin-left: 15px;
.man-images {
display: block;
float: left;
margin-top: 2em;
}
.man-product-image {
width: 215px;
height: 170px;
background-color: rgb(177, 174, 174);
margin-left: 3em;
margin-top: -1em;
border: 1px solid transparent;
}
.man-product-image img {
height: 140px;
width: 190px;
margin-top: 1px;
margin-left: -1em;
border-radius: 0px;
}
.man-description {
border: 1px solid #fff;
margin-left: 3em;
width: 215px;
height: 120px;
margin-bottom: 2em;
background-color: #ffffff;
border: 1px solid #fff;
margin-top: -20px;
}

.woman-head{
color: black;
text-align: left;
font-family: 'Raleway', sans-serif;
font-size: larger;
margin-left: 2.5em;
margin-top: 40em;
font-weight: 400;
}
.man-description h3 {
font-size: 15px;
font-family: Raleway;
display: inline;
margin-top: 10px;
font-weight: 100;
}
.man-price {
float: right;
margin-right: 15px;
}
.man-name {
float: left;
margin-left: 15px;
}

.woman-head {
color: black;
text-align: left;
font-family: 'Raleway', sans-serif;
font-size: larger;
margin-left: 2.5em;
margin-top: 40em;
font-weight: 400;
}

.rating {
width: 2px;
height: 2px;
float: left;
margin-left: -95px;
margin-top: 50px;
}
2 changes: 1 addition & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const routes = [
name: 'Home',
component: Home,
},

{
path: '/signin',
name: 'Signin',
Expand Down
Loading