adjust service marketplace button for installation source relevance (#1571)

* adjust service marketplace button for installation source relevance

* cleanup

* show marketplace name instead of url; cleanup from PR feedback

* fix spacing

* further cleanup
This commit is contained in:
Lucy C
2022-06-27 10:09:27 -06:00
committed by GitHub
parent 83755e93dc
commit 31952afe1e
7 changed files with 134 additions and 26 deletions

View File

@@ -110,4 +110,12 @@ ion-modal::part(content) {
.montserrat {
font-family: 'Montserrat', sans-serif !important;
}
.color-success-shade {
color: var(--ion-color-success-shade)
}
.color-primary-shade {
color: var(--ion-color-primary-shade)
}