Browse Source

fix component etail ui

pull/49/merge
Quique Fernandez 8 years ago
parent
commit
608179a867
2 changed files with 5 additions and 1 deletions
  1. +1
    -1
      src/Web/WebSPA/eShopOnContainers.WebSPA/Client/modules/orders/orders-detail/orders-detail.component.html
  2. +4
    -0
      src/Web/WebSPA/eShopOnContainers.WebSPA/Client/modules/orders/orders-detail/orders-detail.component.scss

+ 1
- 1
src/Web/WebSPA/eShopOnContainers.WebSPA/Client/modules/orders/orders-detail/orders-detail.component.html 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">


+ 4
- 0
src/Web/WebSPA/eShopOnContainers.WebSPA/Client/modules/orders/orders-detail/orders-detail.component.scss 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;
}
} }
} }


Loading…
Cancel
Save