2023-03-14 13:18:55 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
2023-08-11 13:12:13 +00:00
|
|
|
* SPDX-License-Identifier: BUSL-1.1
|
2023-03-14 13:18:55 +00:00
|
|
|
*/
|
|
|
|
|
2018-08-29 11:11:58 +00:00
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2023-02-22 21:05:15 +00:00
|
|
|
td,
|
|
|
|
th,
|
|
|
|
span,
|
|
|
|
strong {
|
2018-08-29 11:11:58 +00:00
|
|
|
color: inherit;
|
|
|
|
}
|
2019-12-17 18:47:37 +00:00
|
|
|
/* %typo-body */
|
2018-08-29 11:11:58 +00:00
|
|
|
body {
|
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-strong);
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2021-10-07 18:21:11 +00:00
|
|
|
/* TODO: Consider changing this to 'p a, dd a, td a' etc etc */
|
2018-08-29 11:11:58 +00:00
|
|
|
a {
|
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);
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
|
|
|
html {
|
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);
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
|
|
|
hr {
|
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-interactive-active);
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
|
|
|
html {
|
2023-03-15 02:49:14 +00:00
|
|
|
font-size: 16px;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2023-03-15 02:49:14 +00:00
|
|
|
|
2018-08-29 11:11:58 +00:00
|
|
|
body,
|
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
2023-03-15 02:49:14 +00:00
|
|
|
font-family: var(--token-typography-font-stack-text);
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
|
|
|
code,
|
|
|
|
pre {
|
2023-03-15 02:49:14 +00:00
|
|
|
font-family: var(--token-typography-font-stack-code);
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
|
|
|
strong {
|
|
|
|
font-style: inherit;
|
2023-03-15 02:49:14 +00:00
|
|
|
@extend %body-200-semibold;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
|
|
|
html {
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
text-size-adjust: 100%;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
code,
|
|
|
|
pre {
|
|
|
|
-moz-osx-font-smoothing: auto;
|
|
|
|
-webkit-font-smoothing: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
overflow-x: auto;
|
|
|
|
white-space: pre;
|
|
|
|
word-wrap: normal;
|
|
|
|
}
|
|
|
|
html {
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
html {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2023-02-22 21:05:15 +00:00
|
|
|
*,
|
|
|
|
*::before,
|
|
|
|
*::after {
|
2018-08-29 11:11:58 +00:00
|
|
|
box-sizing: inherit;
|
|
|
|
}
|
|
|
|
fieldset {
|
|
|
|
border: none;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2018-10-19 15:17:02 +00:00
|
|
|
a,
|
|
|
|
input[type='checkbox'],
|
|
|
|
input[type='radio'] {
|
2018-08-29 11:11:58 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
hr {
|
|
|
|
border: none;
|
|
|
|
display: block;
|
|
|
|
}
|
2023-02-22 21:05:15 +00:00
|
|
|
input[type='checkbox'],
|
|
|
|
input[type='radio'] {
|
2018-08-29 11:11:58 +00:00
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
td,
|
|
|
|
th {
|
|
|
|
text-align: left;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
html {
|
|
|
|
min-width: 300px;
|
|
|
|
}
|
|
|
|
hr {
|
|
|
|
height: 1px;
|
|
|
|
margin: 1.5rem 0;
|
|
|
|
}
|