Skip to content

Commit 7ea8a42

Browse files
author
Quique Fernandez
committed
init orders redesign
1 parent 3b8a055 commit 7ea8a42

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/Web/WebSPA/eShopOnContainers.WebSPA/Client/modules/orders/orders.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="esh-orders-header">
22
<ul class="container">
3-
<li class="esh-orders-header-back" routerLink="/catalog">Back to list</li>
3+
<li class="esh-orders-back" routerLink="/catalog">Back to list</li>
44
</ul>
55
</div>
66
<div class="container esh-orders-container">

src/Web/WebSPA/eShopOnContainers.WebSPA/Client/modules/orders/orders.component.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
color: white;
2323
}
2424

25-
&-back {
26-
float: left !important;
27-
margin-top: 20px !important;
28-
text-transform: uppercase;
29-
}
30-
3125
li a:hover {
3226
text-decoration: none;
3327
}
3428
}
3529

30+
&-back {
31+
float: left !important;
32+
margin-top: 20px !important;
33+
text-transform: uppercase;
34+
}
35+
3636
&-container {
3737
min-height: 70vh;
3838
padding-top: 40px;

0 commit comments

Comments
 (0)