This commit is contained in:
Carlos Cañizares Estévez 2016-12-28 16:01:47 +01:00
commit 5ea6248d3d
2 changed files with 5 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<section class="esh-orders_detail-section"> <section class="esh-orders_detail-section">
<article class="esh-orders_detail-titles row"> <article class="esh-orders_detail-titles row">
<section class="esh-orders_detail-title col-xs-12">Shipig address</section> <section class="esh-orders_detail-title col-xs-12">Shiping address</section>
</article> </article>
<article class="esh-orders_detail-items row"> <article class="esh-orders_detail-items row">

View File

@ -43,6 +43,10 @@
&--border { &--border {
border-bottom: $border-light solid $color-foreground-bright; border-bottom: $border-light solid $color-foreground-bright;
padding: .5rem 0; padding: .5rem 0;
&:last-of-type {
border-color: transparent;
}
} }
} }