mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
Add accent colors and table color settings
This commit is contained in:
parent
69533a2f80
commit
c0c8b9cbf8
1 changed files with 12 additions and 0 deletions
|
@ -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",
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue