ship-multiple-addresses.scss
1.71 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
/**
* WooCommerce Product Reviews Pro
*/
/**
* Imports
*/
@import 'bourbon';
@import '../../../sass/utils/variables';
@import '../../../sass/utils/mixins';
@import '../../../node_modules/susy/sass/susy';
.woocommerce-page {
.woocommerce-checkout-review-order-table {
th.product-name {
width: 70%;
}
}
#shipping_addresses {
padding-top: 1.618em;
}
.ship_address,
.no_shipping_address {
float: none;
width: auto;
margin: 0 0 1.618em;
background-color: rgba(#000,.025);
border: 0;
padding: 1em;
line-height: inherit;
border-radius: 0;
font-size: .857em;
dl {
margin-top: 0;
dd {
margin-bottom: 1em;
}
}
address {
margin: 0;
}
.note-form {
margin-bottom: 1.618em;
padding-top: 1em;
}
.gift-form {
label {
&:after {
content: "\f06b";
font-family: "FontAwesome";
display: inline-block;
margin-left: .236em;
font-weight: 400;
}
}
}
.modify-address-button {
display: block;
margin-top: 1em;
&:before {
content: "\f044";
font-family: "FontAwesome";
display: inline-block;
margin-right: .387em;
font-weight: 400;
}
}
}
.addresses {
clear: both;
@include clearfix;
.address-block {
margin: 0 0 1.618em;
@include span(4.5 of 9);
&:nth-child(3),
&:nth-child(5),
&:nth-child(7) {
margin-right: 0 !important;
}
.buttons {
text-align: inherit;
position: static;
.button {
width: auto;
}
}
}
+ .addresses {
header.title {
a:before {
content: "\f067";
}
}
}
}
&.page-template-template-fullwidth-php {
.ship_address,
.no_shipping_address {
font-size: 1em;
}
.address-block {
@include span(6 of 12);
}
}
}