186b58aa by Jeff Balicki

sssss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent febc70dd
......@@ -14658,6 +14658,30 @@ input[type=checkbox] {
color: red;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment,
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce table.shop_table, .list-group,
.btn,
.wpcf7 input[type=submit],
.woocommerce-notices-wrapper .woocommerce-message a.button,
.woocommerce-info a.button {
border-radius: 0px;
}
.btn, .wpcf7 input[type=submit], .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-info a.button {
text-align: center;
background-color: #0484B8;
color: #fff;
text-transform: uppercase;
display: block;
font-size: 18px;
border-width: 0px;
}
.btn:hover, .woocommerce-info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .wpcf7 input[type=submit]:hover {
background-color: #2C2C2C;
color: #fff;
}
.pre-header {
background-color: #0484b8;
color: #fff;
......@@ -16132,6 +16156,11 @@ label[for=quicksearch] {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.996' height='33.996' viewBox='0 0 33.996 33.996'%3E%3Cg id='Group_1499' data-name='Group 1499' transform='translate(2.121 2.121)' opacity='0.997'%3E%3Cpath id='Path_1922' data-name='Path 1922' d='M0 0 29.754 29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.754' y2='29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
}
/* To hide the additional information tab */
li.additional_information_tab {
display: none !important;
}
#resources.dataTable {
width: 100% !important;
}
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -233,4 +233,6 @@ function lit_woocommerce_confirm_password_checkout( $checkout ) {
$checkout->__set( 'checkout_fields', $fields );
}
}
add_action( 'woocommerce_checkout_init', 'lit_woocommerce_confirm_password_checkout', 10, 1 );
\ No newline at end of file
add_action( 'woocommerce_checkout_init', 'lit_woocommerce_confirm_password_checkout', 10, 1 );
add_filter( 'woocommerce_enable_order_notes_field', '__return_false', 9999 );
\ No newline at end of file
......
......@@ -185,4 +185,24 @@ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/s
.error{
color: red;
}
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment,
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce table.shop_table,.list-group,
.btn{
border-radius:0px;
}
.btn, .woocommerce-info a.button, .woocommerce-notices-wrapper .woocommerce-message a.button, .wpcf7 input[type=submit]{
text-align: center;
background-color: #0484B8;
color: #fff;
text-transform: uppercase;
display: block;
font-size: 18px;
border-width: 0px;
}
.btn:hover, .woocommerce-info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .wpcf7 input[type=submit]:hover{
background-color: #2C2C2C;
color: #fff;
}
\ No newline at end of file
......
......@@ -132,4 +132,10 @@
.btn-close:hover{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.996' height='33.996' viewBox='0 0 33.996 33.996'%3E%3Cg id='Group_1499' data-name='Group 1499' transform='translate(2.121 2.121)' opacity='0.997'%3E%3Cpath id='Path_1922' data-name='Path 1922' d='M0 0 29.754 29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.754' y2='29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
}
}
\ No newline at end of file
}
/* To hide the additional information tab */
li.additional_information_tab {
display: none !important;
}
\ No newline at end of file
......
......@@ -5,7 +5,7 @@
Author: Tenzing Communications
Author URI: https://tenzingbrand.com
Template: understrap
Version: 1.1.003
Version: 1.1.004
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......