...
Dans le fichier widget-external-feature.component.scss, ajoutez le bloc suivant au sein du bloc .feature-title :
| Bloc de code | ||||||
|---|---|---|---|---|---|---|
| ||||||
app-custom-icon {
vertical-align: text-top;
} |
...
| Bloc de code | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
ion-input {
--highlight-color: var(--app-font-color-primary);
} |
dev/user-frontend-ionic/src/theme/app-theme-dist/styles/static-pages/static-pages-widget.component.scss
Un nouveau bloc app-custom-icon a été ajouté
...