ion-header { ion-toolbar { --background: var(--ion-color-primary); ion-icon { color: white; } ion-title { color: white; } } } ion-content { .ion_label_red{ color: red; } .profile { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 16px; padding-bottom: 30px; .back_image { height: 90px; width: 90px; border-radius: 100%; position: relative; .icon { position: absolute; bottom: 0; right: 0; ion-icon { background: var(--ion-color-primary); color: white; padding: 5px; border-radius: 100%; } } } .title { display: flex; flex-direction: column; } } .route { ion-item { --padding-start: 0px; --padding-end: 0px; ion-icon { font-size: 20px; } ion-label { font-size: 16px; margin: 0px; //font-family: "regular"; font-weight: bold; color: var(--ion-color-dark); margin-left: 16px; } } } .pad_logout{ padding-top: 35px; color:red; &.ion_label_red{ color:red; } } .ion_label_red{ color: red; } }