Setup wizard: Add shipping list header
This commit is contained in:
parent
27e148326f
commit
ad5709d3b5
|
@ -487,11 +487,11 @@ body {
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 2em 0;
|
padding: 2em 0;
|
||||||
border-top: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
color: #666;
|
color: #666;
|
||||||
|
|
||||||
&:first-child {
|
&:last-child {
|
||||||
border-top: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.payment-gateway-fee {
|
.payment-gateway-fee {
|
||||||
|
@ -594,3 +594,27 @@ body {
|
||||||
.wc-wizard-services.manual .wc-wizard-service-item {
|
.wc-wizard-services.manual .wc-wizard-service-item {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Shipping
|
||||||
|
.wc-wizard-services.shipping {
|
||||||
|
|
||||||
|
.wc-wizard-service-name {
|
||||||
|
font-weight: normal;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
// List header
|
||||||
|
.wc-wizard-service-item {
|
||||||
|
padding-left: 2em;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
border-bottom: 0;
|
||||||
|
padding-bottom: 0;
|
||||||
|
font-weight: 700;
|
||||||
|
|
||||||
|
.wc-wizard-service-name {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue