27 lines
455 B
SCSS

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