Styling
This commit is contained in:
parent
ad240278bd
commit
dc1097650e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2248,7 +2248,8 @@ ul.wc_coupon_list_block {
|
|||
}
|
||||
.wc-order-preview-addresses {
|
||||
overflow:hidden;
|
||||
.wc-order-preview-address, .wc-order-preview-note {
|
||||
.wc-order-preview-address,
|
||||
.wc-order-preview-note {
|
||||
width: 50%;
|
||||
float: left;
|
||||
padding: 1.5em;
|
||||
|
@ -2260,7 +2261,10 @@ ul.wc_coupon_list_block {
|
|||
}
|
||||
strong {
|
||||
display: block;
|
||||
margin-top: 1em;
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
strong:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
.wc-order-preview-note {
|
||||
|
|
Loading…
Reference in New Issue