From 4e4f628376c9d107560ca9771f2a754684a058de Mon Sep 17 00:00:00 2001 From: Jon Kirwan <87758239+jon-kirwan@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:17:26 +0000 Subject: [PATCH] Remove unused 'helpers/variables' Only used by the error component (now removed) --- .../stylesheets/components/helpers/_variables.scss | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 app/assets/stylesheets/components/helpers/_variables.scss diff --git a/app/assets/stylesheets/components/helpers/_variables.scss b/app/assets/stylesheets/components/helpers/_variables.scss deleted file mode 100644 index 4933f358f..000000000 --- a/app/assets/stylesheets/components/helpers/_variables.scss +++ /dev/null @@ -1,10 +0,0 @@ -$app-text-colour: $govuk-text-colour; -$app-secondary-text-colour: govuk-colour("dark-grey", $legacy: "grey-1"); - -// Border widths -$app-border-width-mobile: 4px; -$app-border-width-tablet: 5px; -$app-border-width-form-element: 2px; - -// Focus -$app-focus-width: 3px;