52 lines
1.2 KiB
CSS
52 lines
1.2 KiB
CSS
/*
|
|
* Custom code goes here.
|
|
* A template should always ship with an empty custom.css
|
|
*/
|
|
.product-variants:hover {
|
|
background-color: #555;
|
|
border-radius: 3px;
|
|
scale: 110%;
|
|
padding-right: 30px;
|
|
margin-right: -20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.product-bar .product-variants, #button-mirror-reflection, .product-block-piece{
|
|
transition: ease-in-out 0.1s all;
|
|
}
|
|
#button-mirror-reflection:hover {
|
|
background-color: #555;
|
|
border-radius: 3px;
|
|
scale: 110%;
|
|
padding-right: 30px;
|
|
margin-right: -20px;
|
|
margin-bottom: 20px;
|
|
z-index: 1000;
|
|
}
|
|
.product-block-piece:hover {
|
|
background-color: #555;
|
|
border-radius: 3px;
|
|
scale: 110%;
|
|
padding-right: 30px;
|
|
margin-right: -20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
#header{ background: red !important; }
|
|
|
|
.btn-instagram {
|
|
-webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
padding: .5rem 1.25rem;
|
|
background: #415994;
|
|
color: white; }
|
|
.btn-instagram:hover {
|
|
color: white;
|
|
background: #203363; }
|
|
.btn-instagram i {
|
|
margin-right: 8px;
|
|
font-size: 19px;
|
|
position: relative;
|
|
top: 2px; }
|
|
#cart-subtotal-shipping {display:none}
|