feat: Implement sales order management, customer and address creation modals, and a login page with new image assets.
This commit is contained in:
@@ -96,27 +96,27 @@
|
||||
}
|
||||
|
||||
.is-text {
|
||||
/* Auto layout */
|
||||
/* Auto layout */
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
padding: 0px;
|
||||
align-items: center;
|
||||
|
||||
position: static;
|
||||
width: 408px;
|
||||
height: 48px;
|
||||
left: 0px;
|
||||
top: 66px;
|
||||
|
||||
/* Inside auto layout */
|
||||
|
||||
flex: none;
|
||||
order: 2;
|
||||
align-self: stretch;
|
||||
flex-grow: 0;
|
||||
margin: 10px 0px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
padding: 0px;
|
||||
align-items: center;
|
||||
|
||||
position: static;
|
||||
width: 408px;
|
||||
height: 48px;
|
||||
left: 0px;
|
||||
top: 66px;
|
||||
|
||||
/* Inside auto layout */
|
||||
|
||||
flex: none;
|
||||
order: 2;
|
||||
align-self: stretch;
|
||||
flex-grow: 0;
|
||||
margin: 10px 0px;
|
||||
}
|
||||
|
||||
|
||||
@@ -175,7 +175,7 @@
|
||||
.ls-link-forgot-password {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
/* Tablets */
|
||||
@@ -203,4 +203,4 @@
|
||||
.cs-login {
|
||||
max-width: 500px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user