Files
HKSingleParty/03_source/mobile/src/pages/DemoReactWhatsAppClone/AppPages1/Status.module.scss
louiscklaw d909805283 update,
2025-06-05 11:29:42 +08:00

73 lines
1.2 KiB
SCSS

.statusPage {
ion-item {
--background: rgb(27, 27, 27);
background: rgb(27, 27, 27);
border-top: 1px solid rgb(41, 41, 41);
border-bottom: 1px solid rgb(41, 41, 41);
padding: 0.5rem;
}
}
.updates {
margin-top: 2rem;
text-align: center;
background: rgb(27, 27, 27);
border-top: 1px solid rgb(41, 41, 41);
border-bottom: 1px solid rgb(41, 41, 41);
padding: 1rem;
color: rgb(144, 144, 144);
ion-text {
text-align: center;
}
}
.smallText {
font-size: 0.9rem;
}
.statusAvatar {
padding: 0.5rem;
}
.statusAvatar {
img {
height: 3.5rem;
width: 3.5rem;
border-radius: 500px;
}
}
.statusActions {
ion-icon {
padding: 0.5rem;
background-color: rgb(56, 56, 56);
border-radius: 500px;
}
}
.imageUpload {
display: flex;
flex-direction: row;
justify-content: center;
align-content: center;
align-items: center;
position: absolute;
background-color: var(--ion-color-primary);
border-radius: 500px;
height: 1.2rem;
width: 1.2rem;
margin-left: 2.5rem;
margin-top: 1rem;
}