diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss index 610797a9d3..07b642f5be 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss @@ -302,3 +302,17 @@ } } } + +.address2-button { + text-decoration: none; + padding: 0; + + :hover { + text-decoration: underline; + } + + .button-content { + justify-content: flex-start; + color: var(--link-web); + } +}