first commit

This commit is contained in:
2024-07-15 11:28:08 +02:00
commit f52d538ea5
21891 changed files with 6161164 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
/**
* WooCommerce Mix and Match
*/
/**
* Imports
*/
.quick-view-button span {
display: none; }
div.quick-view div.quick-view-image a.button {
border: 0;
background: none;
background-color: #43454b;
border-color: #43454b;
color: #fff;
cursor: pointer;
/* Improves usability and consistency of cursor style between image-type 'input' and others */
padding: 0.6180469716em 1.41575em;
text-decoration: none;
font-weight: 600;
text-shadow: none;
display: inline-block;
outline: none;
-webkit-appearance: none;
border-radius: 0;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
line-height: inherit;
display: block; }