diff --git a/app/assets/stylesheets/components/_form.scss b/app/assets/stylesheets/components/_form.scss index 461760c3cb1..6d3abac8ede 100644 --- a/app/assets/stylesheets/components/_form.scss +++ b/app/assets/stylesheets/components/_form.scss @@ -82,11 +82,3 @@ input::-webkit-inner-spin-button { margin-left: 0; } } - -.usa-radio__input--tile + .usa-radio__label--illustrated .usa-radio__image { - width: 1.5rem; - @include at-media('tablet') { - width: 2.625rem; - padding-top: 0.25rem; - } -} diff --git a/app/views/users/two_factor_authentication_setup/index.html.erb b/app/views/users/two_factor_authentication_setup/index.html.erb index 10c2b197f4f..16b8bc09ba1 100644 --- a/app/views/users/two_factor_authentication_setup/index.html.erb +++ b/app/views/users/two_factor_authentication_setup/index.html.erb @@ -43,7 +43,7 @@ class: 'usa-checkbox__label usa-checkbox__label--illustrated', ) do %> <%= image_tag(asset_url("mfa-options/#{option.type}.svg"), alt: "#{option.label} icon", class: 'usa-checkbox__image') %> -