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

Commit 49a440f

Browse files
committed
Let services use GDS 2 or 3
1 parent cc4881f commit 49a440f

File tree

8 files changed

+5404
-134
lines changed

8 files changed

+5404
-134
lines changed

assets/css/hmcts-webchat.css renamed to assets/css/hmcts-webchat-gds-v2.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ input[disabled="disabled"][type="submit"],
158158
button[disabled],
159159
input[disabled][type="submit"] {
160160
opacity: 0.5;
161-
background: #00823b;
162161
}
163162

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

208+
.govuk-button--secondary:hover[disabled], .govuk-button--secondary:focus[disabled] {
209+
background-color: #dee0e2;
210+
}
211+
209212
.govuk-button--warning {
210213
background-color: #b10e1e;
211214
box-shadow: 0 2px 0 #47060c;
@@ -219,6 +222,10 @@ input[disabled]:active[type="submit"] {
219222
background-color: #8e0b18;
220223
}
221224

225+
.govuk-button--warning:hover[disabled], .govuk-button--warning:focus[disabled] {
226+
background-color: #b10e1e;
227+
}
228+
222229
.govuk-button--start {
223230
font-weight: 700;
224231
font-size: 18px;
@@ -692,8 +699,7 @@ input[type="submit"] {
692699
}
693700
}
694701

695-
.govuk-header__logotype-crown,
696-
.govuk-header__logotype-crown-fallback-image {
702+
.govuk-header__logotype-crown {
697703
position: relative;
698704
top: -4px;
699705
}

0 commit comments

Comments
 (0)