Files
HKSingleParty/03_source/mobile_notworking.del/src/components/ChatItem/style.scss
2025-05-28 09:55:51 +08:00

21 lines
302 B
SCSS

.chat-row {
.chat-row-content {
padding: 1rem;
}
.chat-content {
background-color: pink;
}
// img {
// border-radius: 500px;
// height: 2.5rem;
// width: 2.5rem;
// margin-right: 1.5rem;
// }
// ion-label {
// h1 {
// font-size: 1rem;
// }
// }
}