tab1.page.scss 406 B

123456789101112131415161718192021222324252627282930
  1. // ion-card {
  2. // margin: 10px;
  3. // padding: 15px;
  4. // border-radius: 10px;
  5. // box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  6. // }
  7. ion-card-header {
  8. ion-card-title {
  9. font-size: 2.4em;
  10. font-weight: bold;
  11. }
  12. }
  13. ion-thumbnail {
  14. width: 80px;
  15. height: 80px;
  16. border-radius: 50%;
  17. }
  18. h2 {
  19. font-size: 1.2em;
  20. margin-bottom: 5px;
  21. }
  22. p {
  23. font-size: 0.9em;
  24. color: #777;
  25. margin-bottom: 3px;
  26. }