first commit
This commit is contained in:
51
themes/child_ayon/assets/css/custom.css
Normal file
51
themes/child_ayon/assets/css/custom.css
Normal file
@@ -0,0 +1,51 @@
|
||||
/*
|
||||
* 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}
|
||||
Reference in New Issue
Block a user