From c0c8b9cbf89ae8d686cae7f2d262a2f996e2e9f3 Mon Sep 17 00:00:00 2001 From: igorkorenfeld Date: Mon, 30 Jan 2023 14:39:18 -0500 Subject: [PATCH] Add accent colors and table color settings --- src/registrar/assets/sass/_theme/_uswds-theme.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/registrar/assets/sass/_theme/_uswds-theme.scss b/src/registrar/assets/sass/_theme/_uswds-theme.scss index 3a3e9b09c..ee514518a 100644 --- a/src/registrar/assets/sass/_theme/_uswds-theme.scss +++ b/src/registrar/assets/sass/_theme/_uswds-theme.scss @@ -94,6 +94,8 @@ in the form $setting: value, $theme-color-accent-cool: $dhs-light-blue-60, $theme-color-accent-cool-dark: $dhs-light-blue-70, $theme-color-accent-cool-light: $dhs-light-blue-40, + $theme-color-accent-cool-lighter: $dhs-light-blue-30, + $theme-color-accent-cool-lightest: $dhs-light-blue-15, /*--------------------------- ## Error state @@ -119,4 +121,14 @@ in the form $setting: value, ----------------------------*/ $theme-input-line-height: 5, + + /*--------------------------- + # Component settings + ----------------------------- + ## Sorted Table + ----------------------------*/ + $theme-table-sorted-header-background-color: "accent-cool-lighter", + $theme-table-sorted-background-color: "accent-cool-lightest", + $theme-table-sorted-icon-color: "primary-darker", + $theme-table-unsorted-icon-color: "primary", );