tab3.page.scss 495 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ion-content {
  2. background-color: #fff;
  3. }
  4. ion-segment-button {
  5. color: black;
  6. }
  7. ion-grid {
  8. height: 100%;
  9. }
  10. ion-content {
  11. background-color: #fff;
  12. }
  13. ion-card {
  14. margin: 10px;
  15. }
  16. img {
  17. width: 100%;
  18. height: auto;
  19. }
  20. ion-label {
  21. text-align: center;
  22. }
  23. .user-actions {
  24. display: flex;
  25. justify-content: center;
  26. margin-top: 5px;
  27. margin-bottom: 5px;
  28. ion-button{
  29. margin: 1 10px;
  30. margin-top: 5px;
  31. margin-bottom: 5px;
  32. color: #000000;
  33. background-color: white;
  34. }
  35. }