Skip to content

Commit 80ae44e

Browse files
authored
CCM-12126: Fix frontend styles (#696)
1 parent f7a29f0 commit 80ae44e

File tree

4 files changed

+5
-17
lines changed

4 files changed

+5
-17
lines changed
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
.auth-link {
2-
color: var(--color_nhsuk-white);
32
padding: 1em;
4-
5-
&:visited {
6-
color: var(--color_nhsuk-white);
7-
}
83
}

frontend/src/components/molecules/PreviewTemplateDetails/PreviewTemplateDetails.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.preview {
2-
background-color: var(--color_nhsuk-white);
2+
background-color: var(--nhsuk-card-background-colour);
3+
border: solid 1px var(--nhsuk-border-colour);
34

45
& :global(.nhsuk-summary-list__key) {
56
width: 20%;

frontend/src/styles/_nhs-variables.scss

Lines changed: 0 additions & 8 deletions
This file was deleted.

frontend/src/styles/app.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body {
88
code {
99
display: inline-block;
1010
padding: 0.6rem;
11-
background-color: var(--nhsuk-border-color);
11+
background-color: nhsuk.$nhsuk-template-background-colour;
1212
}
1313

1414
pre {
@@ -21,8 +21,8 @@ pre {
2121
}
2222

2323
.notify-confirmation-panel {
24-
color: var(--color_nhsuk-white);
25-
background-color: var(--color_nhsuk-green);
24+
color: nhsuk.$nhsuk-reverse-text-colour;
25+
background-color: nhsuk.$nhsuk-success-colour;
2626
text-align: center;
2727
padding: 1.5rem;
2828
margin-bottom: 2.5rem;

0 commit comments

Comments
 (0)