Change submit button to be large and green

This commit is contained in:
igorkorenfeld 2023-03-30 10:47:52 -04:00
parent a121108506
commit e8c8dc6aaa
No known key found for this signature in database
GPG key ID: 826947A4B867F659
3 changed files with 13 additions and 1 deletions

View file

@ -196,6 +196,17 @@ a.breadcrumb__back {
margin-bottom: units(0.5);
}
.dotgov-button--green {
background-color: color('success-dark');
&:hover {
background-color: color('success-darker');
}
&:active {
background-color: color('green-80v');
}
}
/** ---- DASHBOARD ---- */

View file

@ -81,6 +81,7 @@ in the form $setting: value,
------------------------------
## Primary color
----------------------------*/
$theme-color-primary-darkest: $dhs-blue-80,
$theme-color-primary-darker: $dhs-blue-70,
$theme-color-primary-dark: $dhs-blue-60,
$theme-color-primary: $dhs-blue,

View file

@ -69,7 +69,7 @@
{% else %}
<button
type="submit"
class="usa-button"
class="usa-button usa-button--big dotgov-button--green"
>Submit your domain request</button>
{% endif %}
</div>