Files
HKSingleParty/03_source/mobile/src/pages/DemoBankingUi/pages/Home.module.scss
louiscklaw d3ef280b20 update,
2025-06-05 13:51:25 +08:00

39 lines
514 B
SCSS

.homePage ion-toolbar {
--border-style: none;
--padding-top: 1rem;
--padding-bottom: 1rem;
padding-left: 1rem;
padding-right: 1rem;
}
.customSlide {
display: flex;
flex-direction: column;
}
.transactionList {
overflow: scroll;
width: 100vw;
}
.balance {
font-weight: 300;
font-size: 1.5rem;
color: black;
}
.poundSign {
font-weight: 800;
font-size: 1.2rem;
}
.toolbarAvatarImage {
border-radius: 500px;
height: 32px;
width: auto;
}
.helloworld {
background-color: cyan;
}