Browse Source

init orders redesign

pull/49/merge
Quique Fernandez 8 years ago
parent
commit
7ea8a421f4
2 changed files with 7 additions and 7 deletions
  1. +1
    -1
      src/Web/WebSPA/eShopOnContainers.WebSPA/Client/modules/orders/orders.component.html
  2. +6
    -6
      src/Web/WebSPA/eShopOnContainers.WebSPA/Client/modules/orders/orders.component.scss

+ 1
- 1
src/Web/WebSPA/eShopOnContainers.WebSPA/Client/modules/orders/orders.component.html View File

@ -1,6 +1,6 @@
<div class="esh-orders-header"> <div class="esh-orders-header">
<ul class="container"> <ul class="container">
<li class="esh-orders-header-back" routerLink="/catalog">Back to list</li>
<li class="esh-orders-back" routerLink="/catalog">Back to list</li>
</ul> </ul>
</div> </div>
<div class="container esh-orders-container"> <div class="container esh-orders-container">


+ 6
- 6
src/Web/WebSPA/eShopOnContainers.WebSPA/Client/modules/orders/orders.component.scss View File

@ -22,17 +22,17 @@
color: white; color: white;
} }
&-back {
float: left !important;
margin-top: 20px !important;
text-transform: uppercase;
}
li a:hover { li a:hover {
text-decoration: none; text-decoration: none;
} }
} }
&-back {
float: left !important;
margin-top: 20px !important;
text-transform: uppercase;
}
&-container { &-container {
min-height: 70vh; min-height: 70vh;
padding-top: 40px; padding-top: 40px;


Loading…
Cancel
Save