working on login
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user