36 lines
563 B
SCSS
36 lines
563 B
SCSS
.container {
|
|
padding: 0 16px;
|
|
.swiper {
|
|
margin: 14px 0 18px;
|
|
}
|
|
.myAccount {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-size: 28px;
|
|
font-weight: 700;
|
|
line-height: 40px;
|
|
color: rgba(51, 51, 51, 1);
|
|
.addIcon {
|
|
width: 26px;
|
|
height: 26px;
|
|
}
|
|
}
|
|
.accountsContent {
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 18px;
|
|
padding: 18px 0;
|
|
.emptyContent {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
row-gap: 38px;
|
|
width: 100%;
|
|
.addBtn {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|