Renacer Social, the app

ListComponent.css 191B

12345678910111213
  1. .list {
  2. border-radius: 20px;
  3. padding: 0 0 0 0;
  4. }
  5. .ListItemText {
  6. font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  7. width: 100%;
  8. }
  9. ion-list {
  10. background-color: aqua;
  11. }