2023-03-07 19:19:58 +08:00

32 lines
538 B
SCSS

.shopping {
width: 100%;
height: 100%;
background-color: $color_bg_one;
&--topBar {
background: #ffffff;
padding: 16px 24px;
}
&--context {
justify-content: space-between;
overflow: hidden;
height: 100%;
.shopping__list__container {
flex: 0 1 auto;
overflow: hidden;
}
}
.bottomBar{
position: relative;
z-index: 999;
}
}
.flexBox {
display: flex;
margin-left: 24px;
align-items: center;
justify-content: flex-end;
}
.icon--manage--cancel {
color: $color_main;
}