Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Let services use GDS 2 or 3
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaDelBuono committed Aug 2, 2019
1 parent cc4881f commit 49a440f
Show file tree
Hide file tree
Showing 8 changed files with 5,404 additions and 134 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ input[disabled="disabled"][type="submit"],
button[disabled],
input[disabled][type="submit"] {
opacity: 0.5;
background: #00823b;
}

.govuk-button--disabled:hover,
Expand Down Expand Up @@ -206,6 +205,10 @@ input[disabled]:active[type="submit"] {
background-color: #c8cacb;
}

.govuk-button--secondary:hover[disabled], .govuk-button--secondary:focus[disabled] {
background-color: #dee0e2;
}

.govuk-button--warning {
background-color: #b10e1e;
box-shadow: 0 2px 0 #47060c;
Expand All @@ -219,6 +222,10 @@ input[disabled]:active[type="submit"] {
background-color: #8e0b18;
}

.govuk-button--warning:hover[disabled], .govuk-button--warning:focus[disabled] {
background-color: #b10e1e;
}

.govuk-button--start {
font-weight: 700;
font-size: 18px;
Expand Down Expand Up @@ -692,8 +699,7 @@ input[type="submit"] {
}
}

.govuk-header__logotype-crown,
.govuk-header__logotype-crown-fallback-image {
.govuk-header__logotype-crown {
position: relative;
top: -4px;
}
Expand Down
Loading

0 comments on commit 49a440f

Please sign in to comment.