From 47a97dd749a23c1d097e3e41ab6e8e8f8e5fb6e7 Mon Sep 17 00:00:00 2001 From: Hardik-Savani Date: Tue, 26 Nov 2024 16:53:27 +0000 Subject: [PATCH 1/8] Update index.html --- docs/index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 0a15080..6ab6917 100644 --- a/docs/index.html +++ b/docs/index.html @@ -634,11 +634,17 @@

1. Core colours

- NHS Blue Use this for logos, straps + Use for branding, and main page header bar #005EB8 + + White + + + #FFFFFF + @@ -1301,7 +1307,7 @@

Only use as main buttons as a user needs to do their work. Do some usability testing with a range of real users to check that their function is understood.

-

Tool Tips

+

Tool Tips

General guidance

From 16419275255717a872d1177131733068911c2fea Mon Sep 17 00:00:00 2001 From: Hardik-Savani Date: Tue, 26 Nov 2024 16:59:13 +0000 Subject: [PATCH 3/8] Update index.html --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index edeecd7..fe9931f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -634,7 +634,7 @@

1. Core colours

- Use for branding, and main page header bar + Use this for logos, straps #005EB8 From 2558a29321aa8073b75a659f88b5a7e2d1f57a02 Mon Sep 17 00:00:00 2001 From: Hardik-Savani Date: Tue, 26 Nov 2024 17:00:42 +0000 Subject: [PATCH 4/8] Update index.html --- docs/index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index fe9931f..56be2b1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -734,11 +734,17 @@

Core colours

- NHS Blue use this for logos, straps + NHS Blue #005EB8 + + White + + + #FFFFFF + From af008fc2da8d4bcf5a772bd8e03176e34b732cb3 Mon Sep 17 00:00:00 2001 From: Hardik-Savani Date: Tue, 26 Nov 2024 17:04:49 +0000 Subject: [PATCH 5/8] Update index.html --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 56be2b1..d0372e1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -750,7 +750,7 @@

Core colours

When to use a core colours

-

Use this for logos, straps

+

Use for branding, and main page header bar

From 22c4a114a22f703995ee0160da6e4c36ac9c261e Mon Sep 17 00:00:00 2001 From: Hardik-Savani Date: Tue, 26 Nov 2024 17:05:25 +0000 Subject: [PATCH 6/8] Update index.html --- docs/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/index.html b/docs/index.html index d0372e1..630c1e4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -779,6 +779,14 @@

Primary button

#007F3B + + Button font colour + + + + #FFFFFF + + From 9d27cde77ed212f8e4db37734f4c011be62ad416 Mon Sep 17 00:00:00 2001 From: Hardik-Savani Date: Tue, 26 Nov 2024 17:06:52 +0000 Subject: [PATCH 7/8] Update index.html --- docs/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/index.html b/docs/index.html index 630c1e4..d392ab9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -822,6 +822,13 @@

Secondary button

#4C6272 + + Button font colour + + + + #FFFFFF + From 14d999c2f1050efc2c5b474f1265a908d77a91d5 Mon Sep 17 00:00:00 2001 From: Hardik-Savani Date: Tue, 26 Nov 2024 17:08:23 +0000 Subject: [PATCH 8/8] Update extra.css --- docs/extra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extra.css b/docs/extra.css index 049b74c..ad82a6d 100644 --- a/docs/extra.css +++ b/docs/extra.css @@ -292,7 +292,7 @@ background-color: #007f3b; box-shadow: inset 0 0 0 1px rgba(17, 20, 24, .2), 0 1px 2px rgba(17, 20, 24, .1); } .secondary-button:hover{background-color:#384853 !important;} -.white-button:hover{background-color:#f2f2f2;color:#212b32 !important;} +.white-button:hover{background-color:#f2f2f2; !important;} .button:hover{background-color:#00662f !important;} .bp5-button {