working on login

This commit is contained in:
nospeedlimitindonesia
2024-07-31 06:16:50 +00:00
parent ab3732fe9d
commit 43a2ec337c
5 changed files with 46 additions and 17 deletions

View File

@@ -19,12 +19,21 @@
margin-top: 17px;
}
.CheckoutContainer{
.CheckoutContainer {
bottom: 0px;
position: fixed;
}
.OrderTypeContainer{
.EmailContainer {
display: flex;
justify-content: space-between;
width: 80vw;
margin: 0 auto;
font-size: 1em;
padding: 10px 0;
margin-bottom: 7px;
}
.OrderTypeContainer {
display: flex;
justify-content: space-between;
width: 80vw;
@@ -96,7 +105,6 @@
justify-content: center;
}
.BackToMenu {
text-align: center;
color: rgba(88, 55, 50, 1);