mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-01 16:53:30 +02:00
Change submit button to be large and green
This commit is contained in:
parent
a121108506
commit
e8c8dc6aaa
3 changed files with 13 additions and 1 deletions
|
@ -196,6 +196,17 @@ a.breadcrumb__back {
|
||||||
margin-bottom: units(0.5);
|
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 ---- */
|
/** ---- DASHBOARD ---- */
|
||||||
|
|
||||||
|
|
|
@ -81,6 +81,7 @@ in the form $setting: value,
|
||||||
------------------------------
|
------------------------------
|
||||||
## Primary color
|
## Primary color
|
||||||
----------------------------*/
|
----------------------------*/
|
||||||
|
$theme-color-primary-darkest: $dhs-blue-80,
|
||||||
$theme-color-primary-darker: $dhs-blue-70,
|
$theme-color-primary-darker: $dhs-blue-70,
|
||||||
$theme-color-primary-dark: $dhs-blue-60,
|
$theme-color-primary-dark: $dhs-blue-60,
|
||||||
$theme-color-primary: $dhs-blue,
|
$theme-color-primary: $dhs-blue,
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
class="usa-button"
|
class="usa-button usa-button--big dotgov-button--green"
|
||||||
>Submit your domain request</button>
|
>Submit your domain request</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue