init orders redesign
This commit is contained in:
parent
3b8a055ffa
commit
7ea8a421f4
@ -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">
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user