_woo.scss
2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.woocommerce-page,
.woocommerce-input-wrapper{
.select2-container--default .select2-selection--single,
select,
input{
border:1px solid #aaa !important;
border-radius:0px;
}
}
.return-to-shop{
display: none !important;
}
.woocommerce-orders{
.woocommerce-message{
.woocommerce-Button{
display:none !important;
}
}
}
.woocommerce-form-register{
.error{
color: red;
}
}
.alert, .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-message,
#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:not(.btn-light), .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;
margin-right: 10px;
display: inline-block;
}
.btn:not(.btn-light):hover, .woocommerce-info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .wpcf7 input[type=submit]:hover{
background-color: #2C2C2C;
color: #fff;
}
#customer_details{
margin-bottom: 60px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
background: #ffff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
display: none;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
border: 1px solid rgba(0,0,0,.1);
}
.wc_payment_methods.payment_methods.methods{
padding: 0px !important;
}
label[for=payment_method_stripe]{
color: #0484b8;
font-size: 29px;
line-height: 32px;
}
.woocommerce-page{
.hero-container{
display: none;
}
#full-width-page-wrapper{
margin:50px 0px ;
}
}
.product-thumbnail{
display: none;
}
#my_custom_checkout_field{
margin-top: 40px;
.optional{
display: none;
}
#my_staff_checkout_field{
display: none;
}
#coupon-form{
display: none;
}
}