2023-03-14 13:18:55 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2021-06-21 10:40:14 +00:00
|
|
|
%icon-definition {
|
|
|
|
@extend %horizontal-kv-list;
|
|
|
|
}
|
|
|
|
%icon-definition > dt > * {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-09-22 17:20:44 +00:00
|
|
|
|
|
|
|
%icon-definition.passing dt::before,
|
|
|
|
%composite-row-header .passing dd::before {
|
|
|
|
@extend %with-check-circle-fill-mask, %as-pseudo;
|
UI: Update Consul UI colors to use HDS colors (#16111)
* update red color variables to hds
* change background red to be one step lighter
* map oranges
* map greens
* map blues
* map greys
* delete themes, colours: lemon, magenta, strawberry, and vault color aliases
* add unmapped rainbow colours
* replace white and transparent vars, remove unused semantic vars and frame placeholders
* small tweaks to improve contrast, change node health status x/check colours for non-voters to match design doc, replace semantic colour action w hds colour
* add unmapped grays, remove dark theme, manually set nav bar to use dark colours
* map consul pink colour
* map yellows
* add unmapped oranges, delete light theme
* remove readme, base variables, clean up dangling colours
* Start working on the nav disclosure menus
* Update main-nav-horizontal dropdowns
* Format template
* Update box-shadow tokens
* Replace --tone- usage with tokens
* Update nav disabled state and panel border colour
* Replace rgb usage on tile
* Fix permissions modal overlay
* More fixes
* Replace orange-500 with amber-200
* Update badge colors
* Update vertical sidebar colors
* Remove top border on consul peer list ul
---------
Co-authored-by: wenincode <tyler.wendlandt@hashicorp.com>
2023-02-27 16:30:12 +00:00
|
|
|
color: var(--token-color-foreground-success);
|
2020-09-22 17:20:44 +00:00
|
|
|
}
|
|
|
|
%icon-definition.warning dt::before,
|
|
|
|
%composite-row-header .warning dd::before {
|
|
|
|
@extend %with-alert-triangle-mask, %as-pseudo;
|
UI: Update Consul UI colors to use HDS colors (#16111)
* update red color variables to hds
* change background red to be one step lighter
* map oranges
* map greens
* map blues
* map greys
* delete themes, colours: lemon, magenta, strawberry, and vault color aliases
* add unmapped rainbow colours
* replace white and transparent vars, remove unused semantic vars and frame placeholders
* small tweaks to improve contrast, change node health status x/check colours for non-voters to match design doc, replace semantic colour action w hds colour
* add unmapped grays, remove dark theme, manually set nav bar to use dark colours
* map consul pink colour
* map yellows
* add unmapped oranges, delete light theme
* remove readme, base variables, clean up dangling colours
* Start working on the nav disclosure menus
* Update main-nav-horizontal dropdowns
* Format template
* Update box-shadow tokens
* Replace --tone- usage with tokens
* Update nav disabled state and panel border colour
* Replace rgb usage on tile
* Fix permissions modal overlay
* More fixes
* Replace orange-500 with amber-200
* Update badge colors
* Update vertical sidebar colors
* Remove top border on consul peer list ul
---------
Co-authored-by: wenincode <tyler.wendlandt@hashicorp.com>
2023-02-27 16:30:12 +00:00
|
|
|
color: var(--token-color-foreground-warning);
|
2020-09-22 17:20:44 +00:00
|
|
|
}
|
|
|
|
%icon-definition.critical dt::before,
|
|
|
|
%composite-row-header .critical dd::before {
|
|
|
|
@extend %with-cancel-square-fill-mask, %as-pseudo;
|
UI: Update Consul UI colors to use HDS colors (#16111)
* update red color variables to hds
* change background red to be one step lighter
* map oranges
* map greens
* map blues
* map greys
* delete themes, colours: lemon, magenta, strawberry, and vault color aliases
* add unmapped rainbow colours
* replace white and transparent vars, remove unused semantic vars and frame placeholders
* small tweaks to improve contrast, change node health status x/check colours for non-voters to match design doc, replace semantic colour action w hds colour
* add unmapped grays, remove dark theme, manually set nav bar to use dark colours
* map consul pink colour
* map yellows
* add unmapped oranges, delete light theme
* remove readme, base variables, clean up dangling colours
* Start working on the nav disclosure menus
* Update main-nav-horizontal dropdowns
* Format template
* Update box-shadow tokens
* Replace --tone- usage with tokens
* Update nav disabled state and panel border colour
* Replace rgb usage on tile
* Fix permissions modal overlay
* More fixes
* Replace orange-500 with amber-200
* Update badge colors
* Update vertical sidebar colors
* Remove top border on consul peer list ul
---------
Co-authored-by: wenincode <tyler.wendlandt@hashicorp.com>
2023-02-27 16:30:12 +00:00
|
|
|
color: var(--token-color-foreground-critical);
|
2020-09-22 17:20:44 +00:00
|
|
|
}
|
|
|
|
%icon-definition.empty dt::before,
|
|
|
|
%composite-row-header .empty dd::before {
|
|
|
|
@extend %with-minus-square-fill-mask, %as-pseudo;
|
UI: Update Consul UI colors to use HDS colors (#16111)
* update red color variables to hds
* change background red to be one step lighter
* map oranges
* map greens
* map blues
* map greys
* delete themes, colours: lemon, magenta, strawberry, and vault color aliases
* add unmapped rainbow colours
* replace white and transparent vars, remove unused semantic vars and frame placeholders
* small tweaks to improve contrast, change node health status x/check colours for non-voters to match design doc, replace semantic colour action w hds colour
* add unmapped grays, remove dark theme, manually set nav bar to use dark colours
* map consul pink colour
* map yellows
* add unmapped oranges, delete light theme
* remove readme, base variables, clean up dangling colours
* Start working on the nav disclosure menus
* Update main-nav-horizontal dropdowns
* Format template
* Update box-shadow tokens
* Replace --tone- usage with tokens
* Update nav disabled state and panel border colour
* Replace rgb usage on tile
* Fix permissions modal overlay
* More fixes
* Replace orange-500 with amber-200
* Update badge colors
* Update vertical sidebar colors
* Remove top border on consul peer list ul
---------
Co-authored-by: wenincode <tyler.wendlandt@hashicorp.com>
2023-02-27 16:30:12 +00:00
|
|
|
color: var(--token-color-foreground-faint);
|
2020-09-22 17:20:44 +00:00
|
|
|
}
|
2022-10-11 09:24:10 +00:00
|
|
|
%icon-definition.unknown dt::before,
|
|
|
|
%composite-row-header .unknown dd::before {
|
2022-10-11 14:53:09 +00:00
|
|
|
@extend %with-help-circle-outline-mask, %as-pseudo;
|
UI: Update Consul UI colors to use HDS colors (#16111)
* update red color variables to hds
* change background red to be one step lighter
* map oranges
* map greens
* map blues
* map greys
* delete themes, colours: lemon, magenta, strawberry, and vault color aliases
* add unmapped rainbow colours
* replace white and transparent vars, remove unused semantic vars and frame placeholders
* small tweaks to improve contrast, change node health status x/check colours for non-voters to match design doc, replace semantic colour action w hds colour
* add unmapped grays, remove dark theme, manually set nav bar to use dark colours
* map consul pink colour
* map yellows
* add unmapped oranges, delete light theme
* remove readme, base variables, clean up dangling colours
* Start working on the nav disclosure menus
* Update main-nav-horizontal dropdowns
* Format template
* Update box-shadow tokens
* Replace --tone- usage with tokens
* Update nav disabled state and panel border colour
* Replace rgb usage on tile
* Fix permissions modal overlay
* More fixes
* Replace orange-500 with amber-200
* Update badge colors
* Update vertical sidebar colors
* Remove top border on consul peer list ul
---------
Co-authored-by: wenincode <tyler.wendlandt@hashicorp.com>
2023-02-27 16:30:12 +00:00
|
|
|
color: var(--token-color-foreground-faint);
|
2022-10-11 14:53:09 +00:00
|
|
|
}
|
2020-09-22 17:20:44 +00:00
|
|
|
|
|
|
|
%composite-row-header [rel='me'] dd::before {
|
|
|
|
@extend %with-check-circle-fill-mask, %as-pseudo;
|
UI: Update Consul UI colors to use HDS colors (#16111)
* update red color variables to hds
* change background red to be one step lighter
* map oranges
* map greens
* map blues
* map greys
* delete themes, colours: lemon, magenta, strawberry, and vault color aliases
* add unmapped rainbow colours
* replace white and transparent vars, remove unused semantic vars and frame placeholders
* small tweaks to improve contrast, change node health status x/check colours for non-voters to match design doc, replace semantic colour action w hds colour
* add unmapped grays, remove dark theme, manually set nav bar to use dark colours
* map consul pink colour
* map yellows
* add unmapped oranges, delete light theme
* remove readme, base variables, clean up dangling colours
* Start working on the nav disclosure menus
* Update main-nav-horizontal dropdowns
* Format template
* Update box-shadow tokens
* Replace --tone- usage with tokens
* Update nav disabled state and panel border colour
* Replace rgb usage on tile
* Fix permissions modal overlay
* More fixes
* Replace orange-500 with amber-200
* Update badge colors
* Update vertical sidebar colors
* Remove top border on consul peer list ul
---------
Co-authored-by: wenincode <tyler.wendlandt@hashicorp.com>
2023-02-27 16:30:12 +00:00
|
|
|
color: var(--token-color-foreground-action);
|
2020-09-22 17:20:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
%icon-definition.node dt::before {
|
|
|
|
@extend %with-git-commit-mask, %as-pseudo;
|
|
|
|
}
|
|
|
|
%icon-definition.address dt::before {
|
|
|
|
@extend %with-public-default-mask, %as-pseudo;
|
|
|
|
}
|
2021-05-26 16:52:25 +00:00
|
|
|
%icon-definition.socket dt::before {
|
2021-07-12 13:28:01 +00:00
|
|
|
@extend %with-socket-mask, %as-pseudo;
|
2021-05-26 16:52:25 +00:00
|
|
|
}
|
2020-09-30 13:13:38 +00:00
|
|
|
%icon-definition.mesh dt::before {
|
|
|
|
@extend %with-mesh-mask, %as-pseudo;
|
2020-09-22 17:20:44 +00:00
|
|
|
}
|
|
|
|
%icon-definition.nspace dt::before {
|
|
|
|
@extend %with-folder-outline-mask, %as-pseudo;
|
|
|
|
}
|
|
|
|
%icon-definition.datacenter dt::before {
|
|
|
|
@extend %with-user-organization-mask, %as-pseudo;
|
|
|
|
}
|
|
|
|
%icon-definition.path dt::before {
|
|
|
|
@extend %with-path-mask, %as-pseudo;
|
|
|
|
}
|
|
|
|
%icon-definition.port dt::before {
|
|
|
|
@extend %with-port-mask, %as-pseudo;
|
|
|
|
}
|
|
|
|
%icon-definition.protocol dt::before {
|
|
|
|
@extend %with-protocol-mask, %as-pseudo;
|
|
|
|
}
|
|
|
|
%icon-definition.lock-delay dt::before {
|
|
|
|
@extend %with-delay-mask, %as-pseudo;
|
|
|
|
}
|
|
|
|
%icon-definition.ttl dt::before {
|
|
|
|
@extend %with-history-mask, %as-pseudo;
|
|
|
|
}
|
|
|
|
%icon-definition.behavior dt::before {
|
|
|
|
@extend %with-info-circle-outline-mask, %as-pseudo;
|
|
|
|
}
|
|
|
|
%icon-definition.checks dt::before {
|
|
|
|
@extend %with-health-mask, %as-pseudo;
|
|
|
|
}
|