ion-grid { --ion-grid-width: 50%; --ion-grid-width-xs: 50%; --ion-grid-width-sm: 288px; --ion-grid-width-md: 384px; --ion-grid-width-lg: 480px; --ion-grid-width-xl: 570px; } ion-col { text-align: center; align-items: center; } .Item-Center { width: 100%; display: flex; align-items: center; justify-content: center; } .Header-Color { --background: #4de9d9; } .Footer-Color { --background: #d3d3d3; } ion-radio { --border-radius: 4px; --inner-border-radius: 4px; --color: rgb(110, 110, 110); --color-checked: #5abae0; } ion-radio.ios { width: 20px; height: 20px; border: 2px solid rgb(110, 110, 110); border-radius: 4px; } .radio-checked.ios { border-color: #5abae0; }