This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
init orders redesign
pull/49/merge
Quique Fernandez
8 years ago
parent
3b8a055ffa
commit
7ea8a421f4
2 changed files
with
7 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Web/WebSPA/eShopOnContainers.WebSPA/Client/modules/orders/orders.component.html
+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"
>
<
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
>
<
/
div
>
<
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
;
}
&
-back
{
float
:
left
!
important
;
margin-top
:
20px
!
important
;
text-transform
:
uppercase
;
}
li
a
:
hover
{
text-decoration
:
none
;
}
}
&
-back
{
float
:
left
!
important
;
margin-top
:
20px
!
important
;
text-transform
:
uppercase
;
}
&
-container
{
min-height
:
70vh
;
padding-top
:
40px
;
Write
Preview
Loading…
Cancel
Save