updated for designer
This commit is contained in:
44
public/assets/css/merchbay/styles.css
vendored
44
public/assets/css/merchbay/styles.css
vendored
@@ -2,7 +2,7 @@ html,
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-family: 'Montserrat', sans-serif !important;
|
||||
font-family: "Montserrat", sans-serif !important;
|
||||
background-color: #f5f5f6;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
@@ -15,6 +15,10 @@ body {
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.navbar-brand > img {
|
||||
height: 28px !important;
|
||||
}
|
||||
|
||||
.btn-white-outline {
|
||||
color: #ffffff;
|
||||
border-color: #ffffff;
|
||||
@@ -80,7 +84,7 @@ body {
|
||||
}
|
||||
|
||||
.added-or::before {
|
||||
content: 'or';
|
||||
content: "or";
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
padding: 5px;
|
||||
@@ -119,12 +123,12 @@ li.footer-menu-item {
|
||||
}
|
||||
|
||||
li.footer-menu-item::after {
|
||||
content: ' |';
|
||||
content: " |";
|
||||
/* margin: 0px 10px 0px 10px; */
|
||||
}
|
||||
|
||||
li.footer-menu-item:last-child::after {
|
||||
content: '';
|
||||
content: "";
|
||||
/* margin: 0 10px; */
|
||||
}
|
||||
|
||||
@@ -160,7 +164,7 @@ li.footer-menu-item a:hover {
|
||||
bottom: 0;
|
||||
margin: auto;
|
||||
/* padding: 5px; */
|
||||
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
|
||||
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
|
||||
.product-image img {
|
||||
@@ -188,7 +192,7 @@ li.footer-menu-item a:hover {
|
||||
margin: -5px 0px;
|
||||
}
|
||||
|
||||
.product-price-display div{
|
||||
.product-price-display div {
|
||||
font-size: 1.5rem;
|
||||
font-weight: 600;
|
||||
color: #9a9a9a;
|
||||
@@ -261,38 +265,38 @@ a.btn-white-outline.nuxt-link-exact-active {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.product-price > .previous-price{
|
||||
.product-price > .previous-price {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.product-price > .current-price{
|
||||
.product-price > .current-price {
|
||||
color: #e01414;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
.breadcrumb-item a{
|
||||
.breadcrumb-item a {
|
||||
color: #9a9a9a !important;
|
||||
text-decoration: none;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.breadcrumb-item.active{
|
||||
.breadcrumb-item.active {
|
||||
color: #9a9a9a !important;
|
||||
}
|
||||
|
||||
.breadcrumb-item+.breadcrumb-item::before{
|
||||
.breadcrumb-item + .breadcrumb-item::before {
|
||||
color: #9a9a9a !important;
|
||||
}
|
||||
|
||||
.adbg{
|
||||
.adbg {
|
||||
background-color: #bdc6c5;
|
||||
}
|
||||
|
||||
span.designer-text{
|
||||
span.designer-text {
|
||||
color: #b90a0c;
|
||||
}
|
||||
|
||||
.product-active-thumbnail{
|
||||
.product-active-thumbnail {
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
@@ -343,7 +347,7 @@ span.designer-text{
|
||||
.nav-item {
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
padding-top: .8rem;
|
||||
padding-top: 0.8rem;
|
||||
}
|
||||
.store-logo img {
|
||||
/* max-height: 100%; */
|
||||
@@ -353,7 +357,7 @@ span.designer-text{
|
||||
/* width: 1; */
|
||||
}
|
||||
|
||||
.store-name{
|
||||
.store-name {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -365,22 +369,22 @@ span.designer-text{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.product-active-thumbnail{
|
||||
.product-active-thumbnail {
|
||||
height: 345px;
|
||||
}
|
||||
|
||||
.btn-white-outline{
|
||||
.btn-white-outline {
|
||||
color: #000000;
|
||||
border-color: #000000;
|
||||
}
|
||||
|
||||
.btn-white-outline:hover{
|
||||
.btn-white-outline:hover {
|
||||
color: #ffffff;
|
||||
border-color: #000000;
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
.bi.bi-cart-fill{
|
||||
.bi.bi-cart-fill {
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
|
||||
BIN
public/images/merchbay-black.png
Normal file
BIN
public/images/merchbay-black.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
public/images/merchbay-white.png
Normal file
BIN
public/images/merchbay-white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user