diff --git a/src/registrar/assets/sass/_theme/_buttons.scss b/src/registrar/assets/sass/_theme/_buttons.scss index cb2117fb9..c8153851a 100644 --- a/src/registrar/assets/sass/_theme/_buttons.scss +++ b/src/registrar/assets/sass/_theme/_buttons.scss @@ -26,6 +26,12 @@ a.usa-button { text-decoration: none; } +a.usa-button.disabled-link { + pointer-events: none !important; + cursor: default !important; + background-color: #ccc !important; +} + a.usa-button:not(.usa-button--unstyled, .usa-button--outline) { color: color('white'); } diff --git a/src/registrar/templates/home.html b/src/registrar/templates/home.html index b5e46aaf8..114b58a91 100644 --- a/src/registrar/templates/home.html +++ b/src/registrar/templates/home.html @@ -15,14 +15,15 @@

{% if is_production %} Start a new domain request {% else %} - + Start a new domain request {% endif %}