diff --git a/web/img/apple-store-badge.svg b/web/img/badges/apple-store-badge.svg similarity index 100% rename from web/img/apple-store-badge.svg rename to web/img/badges/apple-store-badge.svg diff --git a/web/img/fdroid-badge.png b/web/img/badges/fdroid-badge.png similarity index 100% rename from web/img/fdroid-badge.png rename to web/img/badges/fdroid-badge.png diff --git a/web/img/badges/google-play-badge.svg b/web/img/badges/google-play-badge.svg new file mode 100644 index 00000000..a01a8d87 --- /dev/null +++ b/web/img/badges/google-play-badge.svg @@ -0,0 +1,113 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/img/google-play-badge.png b/web/img/google-play-badge.png deleted file mode 100644 index 1bb0f12b..00000000 Binary files a/web/img/google-play-badge.png and /dev/null differ diff --git a/web/scss/_layout.scss b/web/scss/_layout.scss index e35bb317..ae394a11 100644 --- a/web/scss/_layout.scss +++ b/web/scss/_layout.scss @@ -148,9 +148,9 @@ input::placeholder { .button--google-play { @include hide-text; - width: 10rem; height: 4rem; + width: 8.8rem; height: 4rem; - background-image: url("../img/google-play-badge.png"); + background-image: url("../img/badges/google-play-badge.svg"); background-position: center; background-repeat: no-repeat; background-size: contain; @@ -171,7 +171,7 @@ input::placeholder { @include hide-text; width: 10rem; height: 4rem; - background-image: url("../img/apple-store-badge.svg"); + background-image: url("../img/badges/apple-store-badge.svg"); background-position: center; background-repeat: no-repeat; background-size: contain; @@ -192,7 +192,7 @@ input::placeholder { @include hide-text; width: 10rem; height: 4rem; - background-image: url("../img/fdroid-badge.png"); + background-image: url("../img/badges/fdroid-badge.png"); background-position: center; background-repeat: no-repeat; background-size: contain;