Android_Retail/src/Styles/Kiosk/OrderView/OrderView3.scss

215 lines
4.0 KiB
SCSS

* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.KioskOrderList3-main3 {
background-color: #eeeeee;
width: 100vw;
height: 86vh;
overflow: hidden;
}
.dish-img3 {
img {
width: 230px;
height: 200px;
object-fit: cover;
border-radius: 8px;
}
}
.KioskOrderList3-ordertotal {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0px 25px;
.ordertotal {
font-size: 30px;
font-weight: 600;
font-family: 'Barlow Condensed', sans-serif;
word-spacing: 3px;
letter-spacing: 1px;
text-transform: capitalize;
}
.shoppingorder {
display: flex;
align-items: center;
justify-content: flex-end;
p {
font-family: 'Gilroy', sans-serif;
font-weight: 700;
font-size: 30px;
}
}
}
.KioskOrderList3-ordercard-main3 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
row-gap: 1rem;
width: 100vw;
// padding:10px 0px ;
// padding: 38rem 0rem 35rem 0rem;
// scroll-behavior: smooth;
// overflow: scroll;
// height: 100vh;
.KioskOrderList3-ordercards {
background-color: #ffffff;
width: 98vw;
border-radius: 16px;
height: max-content;
padding: 10px 10px;
display: flex;
flex-direction: row;
row-gap: 1rem;
// justify-content: space-between;
align-items: center;
column-gap: 1rem;
}
.KioskOrderList3-dishname-prize {
display: flex;
justify-content: space-between;
align-items: start;
flex-direction: column;
min-height: 12rem;
max-height: 30rem;
row-gap: 5px;
p,
span {
font-family: 'Gilroy', sans-serif;
font-weight: 600;
font-size: 24px;
text-transform: capitalize;
color: #007e1c;
}
p {
color: black;
// width: 320px;
// height: 60px;
display: flex;
flex-wrap: wrap;
}
p {
// height: 0px;
}
}
.KioskOrderList3-add-remove {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
.add-remove {
display: flex;
width: 25%;
align-items: center;
justify-content: space-between;
column-gap: 3rem;
span {
font-family: 'Gilroy', sans-serif;
font-weight: 700;
font-size: 24px;
border: 2px solid #6a6a6a;
padding: 1px 11px;
border-radius: 20%;
cursor: pointer;
color: #000;
}
p {
font-family: 'Gilroy', sans-serif;
font-weight: 700;
font-size: 20px;
height: 25px;
width: 10px;
}
}
.remove {
font-family: 'Gilroy', sans-serif;
font-weight: 600;
font-size: 26px;
text-transform: capitalize;
// border: 1px solid black;
padding: 5px 35px;
border-radius: 25px;
cursor: pointer;
margin-bottom: -7px;
}
}
}
.KioskOrderList3-addmore {
z-index: 10;
position: fixed;
bottom: 8rem;
display: flex;
align-items: center;
justify-content: center;
width: 100vw;
height: 3rem;
background-color: #f3f3f3;
p {
font-family: 'Gilroy', sans-serif;
font-weight: 600;
font-size: 18px;
text-transform: capitalize;
border: 1px solid black;
background-color: #ffffff;
padding: 5px 40px;
border-radius: 50px;
cursor: pointer;
}
}
.KioskOrderList3-addmore-footer3 {
z-index: 10;
position: fixed;
bottom: 12.5rem;
display: flex;
align-items: center;
justify-content: center;
width: 100vw;
height: 3rem;
background-color: #f3f3f3;
p {
font-family: 'Gilroy', sans-serif;
font-weight: 600;
font-size: 18px;
text-transform: capitalize;
border: 1px solid black;
background-color: #ffffff;
padding: 5px 40px;
border-radius: 50px;
cursor: pointer;
}
}
.KioskOrderList3-scrolling {
overflow: scroll;
height: 99vh;
padding: 1rem 0rem 40rem 0rem;
}
.KioskOrderList3-scrolling1 {
overflow: scroll;
height: 99vh;
padding: 1rem 0rem 36rem 0rem;
}