2021-03-26 15:47:47 +00:00
|
|
|
// List
|
|
|
|
.consul-auth-method-list ul {
|
2021-02-17 18:56:56 +00:00
|
|
|
.locality::before {
|
|
|
|
@extend %with-public-default-mask, %as-pseudo;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
2021-03-17 14:40:56 +00:00
|
|
|
}
|
2021-03-26 15:47:47 +00:00
|
|
|
|
|
|
|
// View
|
2021-03-17 14:40:56 +00:00
|
|
|
.consul-auth-method-view {
|
|
|
|
margin-bottom: 32px;
|
|
|
|
section {
|
|
|
|
@extend %p1;
|
|
|
|
width: 100%;
|
|
|
|
position: relative;
|
|
|
|
overflow-y: auto;
|
|
|
|
h2 {
|
|
|
|
@extend %h200;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
thead td {
|
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);
|
2021-10-07 18:21:11 +00:00
|
|
|
font-weight: var(--typo-weight-semibold);
|
|
|
|
font-size: var(--typo-size-700);
|
2021-03-17 14:40:56 +00:00
|
|
|
}
|
2021-03-31 14:55:31 +00:00
|
|
|
tbody {
|
|
|
|
td {
|
2021-10-07 18:21:11 +00:00
|
|
|
font-size: var(--typo-size-600);
|
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-hashicorp-brand);
|
2021-03-31 14:55:31 +00:00
|
|
|
}
|
|
|
|
tr {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
tr:hover {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
2021-03-17 14:40:56 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
dl,
|
|
|
|
section dl {
|
2021-03-26 15:47:47 +00:00
|
|
|
@extend %tabular-dl;
|
2021-03-17 14:40:56 +00:00
|
|
|
}
|
2022-04-14 16:13:13 +00:00
|
|
|
section dt {
|
|
|
|
width: 30%;
|
|
|
|
}
|
|
|
|
section dd {
|
|
|
|
width: 70%;
|
|
|
|
}
|
2021-03-17 14:40:56 +00:00
|
|
|
}
|
|
|
|
|
2021-03-26 15:47:47 +00:00
|
|
|
// Binding List
|
|
|
|
.consul-auth-method-binding-list {
|
|
|
|
p {
|
|
|
|
margin-bottom: 4px !important;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
@extend %h200;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
}
|
|
|
|
dl {
|
|
|
|
@extend %tabular-dl;
|
|
|
|
}
|
|
|
|
code {
|
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-strong);
|
2021-03-26 15:47:47 +00:00
|
|
|
padding: 0 12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-03-31 14:55:31 +00:00
|
|
|
// Nspace List
|
|
|
|
.consul-auth-method-nspace-list {
|
|
|
|
thead {
|
|
|
|
td {
|
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) !important;
|
2021-10-07 18:21:11 +00:00
|
|
|
font-weight: var(--typo-weight-semibold) !important;
|
|
|
|
font-size: var(--typo-size-700) !important;
|
2021-03-31 14:55:31 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
tbody {
|
|
|
|
td {
|
2021-10-07 18:21:11 +00:00
|
|
|
font-size: var(--typo-size-600);
|
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-hashicorp-brand);
|
2021-03-31 14:55:31 +00:00
|
|
|
}
|
|
|
|
tr {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
tr:hover {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|