diff --git a/app/scripts/templates/settings/account_recovery/recovery_key.mustache b/app/scripts/templates/settings/account_recovery/recovery_key.mustache index 681e128a12..4442cbd6ca 100644 --- a/app/scripts/templates/settings/account_recovery/recovery_key.mustache +++ b/app/scripts/templates/settings/account_recovery/recovery_key.mustache @@ -13,27 +13,27 @@ {{^isIos}}
{{/isIos}} {{#isIos}} {{/isIos}} diff --git a/app/scripts/templates/settings/avatar_change.mustache b/app/scripts/templates/settings/avatar_change.mustache index 238c290185..4b8cf30d0a 100644 --- a/app/scripts/templates/settings/avatar_change.mustache +++ b/app/scripts/templates/settings/avatar_change.mustache @@ -12,10 +12,10 @@ diff --git a/app/scripts/templates/settings/recovery_codes.mustache b/app/scripts/templates/settings/recovery_codes.mustache index 610946966e..a92414538f 100644 --- a/app/scripts/templates/settings/recovery_codes.mustache +++ b/app/scripts/templates/settings/recovery_codes.mustache @@ -36,27 +36,27 @@ {{^isIos}} {{/isIos}} {{#isIos}} {{/isIos}} {{/showRecoveryCodes}} diff --git a/app/styles/modules/_avatar.scss b/app/styles/modules/_avatar.scss index 442c727c4a..4e631b8611 100644 --- a/app/styles/modules/_avatar.scss +++ b/app/styles/modules/_avatar.scss @@ -221,7 +221,7 @@ margin: 0 -40px -20px -40px; padding: 25px 20px 20px; - a { + button, a { background: { repeat: no-repeat; size: 48%; diff --git a/app/styles/modules/_button-row.scss b/app/styles/modules/_button-row.scss index ae2ac20a2c..2cfcc2d38e 100644 --- a/app/styles/modules/_button-row.scss +++ b/app/styles/modules/_button-row.scss @@ -83,6 +83,20 @@ button { } } +.save-option-button { + background: none; + background-color: transparent; + color: $link-color-default; + display: inline-block; + height: 80px; + padding: 10px; + width: 0; +} + +.save-option-button:hover { + background-color: transparent; +} + button::-moz-focus-inner { border: 0; padding: 0;