tab4.page.scss 410 B

123456789101112131415161718192021222324252627282930313233343536
  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. .header{
  24. ion-button{
  25. align-content: center;
  26. margin-top: 5px;
  27. margin-bottom: 5px;
  28. color: #000000;
  29. background-color: white;
  30. }
  31. }