feat: Implement sales order management, customer and address creation modals, and a login page with new image assets.

This commit is contained in:
Luis Eduardo Estevao
2026-02-11 15:26:09 -03:00
parent 32d4a3f2b9
commit befaf1872f
10 changed files with 196 additions and 631 deletions

View File

@@ -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;
}
}
}