MAW-894: CSS updates
This commit is contained in:
@@ -91,14 +91,14 @@
|
||||
.custom-select .select-items div:hover {color: white;}
|
||||
.custom-select .select-selected.select-arrow-active {color: black;}
|
||||
#price {display: block;}
|
||||
#selected-text {color: #660037;margin: 5px;font-weight:700;}
|
||||
#selected-text {color: #000066;margin: 5px;font-weight:700;}
|
||||
#selected-price {margin-top: 20px;}
|
||||
#price {margin-top: 20px;}
|
||||
.container {dispaly: table;width: 100%;}
|
||||
.column {display: table-cell;padding: 16px;}
|
||||
.button--primary { margin-top: 25px; }
|
||||
.fee-text {font-size: 15px; margin: 5px; }
|
||||
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {color: #660037;font-weight: 700;line-height: 0px;font-size: 1.25em;}
|
||||
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {color: #000066;font-weight: 700;line-height: 0px;font-size: 1.25em;}
|
||||
.custom-select {position: relative;font-family: Arial;}
|
||||
.custom-select select {display: none;}
|
||||
.select-selected {background-color: #fff;color: #000;}
|
||||
@@ -108,7 +108,7 @@
|
||||
.select-items div:hover, .same-as-selected {background-color: rgba(0, 0, 0, 0.1);}
|
||||
|
||||
.select-items div {color: #fff;padding: 8px 16px;border: 1px solid transparent;border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;cursor: pointer;transition: background-color 0.3s;}
|
||||
.select-items div:hover {background-color: #660037;}
|
||||
.select-items div:hover {background-color: #000066;}
|
||||
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {width: 100%;float: none;}
|
||||
.woocommerce-product-gallery ol li img {border: 1px solid darkgray;}
|
||||
.woocommerce div.product div.images .flex-control-thumbs {text-align: center;}
|
||||
|
||||
Reference in New Issue
Block a user