2022-04-12 08:56:54 +00:00
|
|
|
section[data-route='dc.show.license'] {
|
|
|
|
@extend %license-route;
|
|
|
|
}
|
|
|
|
%license-route .validity {
|
|
|
|
@extend %license-validity;
|
|
|
|
}
|
|
|
|
%license-route aside {
|
|
|
|
@extend %license-route-learn-more;
|
|
|
|
}
|
|
|
|
|
|
|
|
%license-route h2 {
|
|
|
|
@extend %h200;
|
|
|
|
}
|
|
|
|
|
2022-04-14 16:27:01 +00:00
|
|
|
%license-validity p {
|
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-04-14 16:27:01 +00:00
|
|
|
}
|
2022-04-12 08:56:54 +00:00
|
|
|
%license-validity dl {
|
|
|
|
@extend %horizontal-kv-list;
|
|
|
|
font-size: var(--typo-size-400);
|
|
|
|
}
|
|
|
|
%license-validity dl .expired + dd {
|
|
|
|
@extend %visually-hidden;
|
|
|
|
}
|
|
|
|
%license-validity dl dt::before {
|
|
|
|
content: '';
|
2022-04-14 16:27:01 +00:00
|
|
|
margin-right: 0.25rem; /* 4px */
|
2022-04-12 08:56:54 +00:00
|
|
|
}
|
|
|
|
%license-validity dl .expired::before {
|
|
|
|
--icon-name: icon-x-circle;
|
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);
|
2022-04-12 08:56:54 +00:00
|
|
|
}
|
|
|
|
%license-validity dl .warning::before {
|
|
|
|
--icon-name: icon-alert-circle;
|
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-warning);
|
2022-04-12 08:56:54 +00:00
|
|
|
}
|
|
|
|
%license-validity dl .valid:not(.warning)::before {
|
|
|
|
--icon-name: icon-check-circle;
|
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-success);
|
2022-04-12 08:56:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
%license-route-learn-more {
|
|
|
|
@extend %panel;
|
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
|
|
|
box-shadow: none;
|
2022-04-12 08:56:54 +00:00
|
|
|
padding: var(--padding-y) var(--padding-x);
|
|
|
|
width: 40%;
|
|
|
|
min-width: 413px;
|
|
|
|
margin-top: 1rem; /* 16px */
|
|
|
|
}
|
|
|
|
%license-route-learn-more header > :first-child {
|
|
|
|
@extend %h300;
|
|
|
|
}
|
|
|
|
%license-route-learn-more header {
|
|
|
|
margin-bottom: 1rem; /* 16px */
|
|
|
|
}
|