Sin descripción

HomePage.css 568B

12345678910111213141516171819202122232425262728293031323334
  1. ion-card-header.ios {
  2. display: flex;
  3. flex-flow: column-reverse;
  4. }
  5. ion-grid {
  6. --ion-grid-width: 50%;
  7. --ion-grid-width-xs: 50%;
  8. --ion-grid-width-sm: 288px;
  9. --ion-grid-width-md: 384px;
  10. --ion-grid-width-lg: 480px;
  11. --ion-grid-width-xl: 570px;
  12. }
  13. ion-col {
  14. text-align: center;
  15. align-items: center;
  16. }
  17. .Header-Color {
  18. --background: #4de9d9;
  19. }
  20. .Footer-Color {
  21. --background: #d3d3d3;
  22. }
  23. .Item-Center {
  24. width: 100%;
  25. display: flex;
  26. align-items: center;
  27. justify-content: center;
  28. }