2023-03-14 13:18:55 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2020-11-12 15:40:15 +00:00
|
|
|
.topology-metrics-popover {
|
2020-12-02 09:43:34 +00:00
|
|
|
> button {
|
2020-11-12 15:40:15 +00:00
|
|
|
position: absolute;
|
2021-05-27 12:23:54 +00:00
|
|
|
transform: translate(-50%, -50%);
|
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
|
|
|
background-color: var(--token-color-surface-primary);
|
2020-12-02 09:43:34 +00:00
|
|
|
padding: 1px 1px;
|
|
|
|
&:hover {
|
2021-02-19 16:42:16 +00:00
|
|
|
cursor: pointer;
|
2020-12-02 09:43:34 +00:00
|
|
|
}
|
2021-05-27 12:23:54 +00:00
|
|
|
&:active,
|
|
|
|
&:focus {
|
2020-12-02 09:43:34 +00:00
|
|
|
outline: none;
|
|
|
|
}
|
2021-02-19 16:42:16 +00:00
|
|
|
&:disabled {
|
|
|
|
cursor: default;
|
|
|
|
}
|
2020-11-12 15:40:15 +00:00
|
|
|
}
|
2020-12-02 09:43:34 +00:00
|
|
|
&.deny .informed-action header::before {
|
|
|
|
display: none;
|
2020-11-12 15:40:15 +00:00
|
|
|
}
|
2020-12-02 09:43:34 +00:00
|
|
|
&.deny > button::before,
|
|
|
|
&.deny .tippy-arrow::after {
|
2021-06-22 17:56:17 +00:00
|
|
|
@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
|
|
|
--icon-color: var(--token-color-foreground-critical);
|
2020-11-12 15:40:15 +00:00
|
|
|
}
|
2020-12-02 09:43:34 +00:00
|
|
|
&.l7 > button::before,
|
|
|
|
&.l7 .tippy-arrow::after {
|
2020-11-12 15:40:15 +00:00
|
|
|
@extend %with-layers-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
|
|
|
--icon-color: var(--token-color-palette-neutral-300);
|
2020-11-12 15:40:15 +00:00
|
|
|
}
|
2021-04-14 22:52:41 +00:00
|
|
|
&.not-defined > button::before,
|
|
|
|
&.not-defined .tippy-arrow::after {
|
2021-04-12 18:57:56 +00:00
|
|
|
@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
|
|
|
--icon-color: var(--token-color-vault-brand);
|
2021-04-12 18:57:56 +00:00
|
|
|
}
|
2020-11-12 15:40:15 +00:00
|
|
|
}
|