-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: Alias all our Structure Icons to Flight Icons (#12209)
- Loading branch information
Showing
13 changed files
with
6,759 additions
and
3,042 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:enhancement | ||
ui: Use @hashicorp/flight icons for all our icons. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
ui/packages/consul-ui/app/components/consul/external-source/index.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,31 @@ | ||
.consul-external-source { | ||
@extend %pill-200, %frame-gray-600, %p1; | ||
} | ||
.consul-external-source.kubernetes::before { | ||
@extend %with-logo-kubernetes-color-icon, %as-pseudo; | ||
} | ||
.consul-external-source.terraform::before { | ||
@extend %with-logo-terraform-color-icon, %as-pseudo; | ||
} | ||
.consul-external-source.nomad::before { | ||
@extend %with-logo-nomad-color-icon, %as-pseudo; | ||
} | ||
.consul-external-source.consul::before, | ||
.consul-external-source.consul-api-gateway::before { | ||
@extend %with-logo-consul-color-icon, %as-pseudo; | ||
} | ||
.consul-external-source.vault::before { | ||
@extend %with-vault-100; | ||
} | ||
.consul-external-source.aws::before { | ||
@extend %with-aws-100; | ||
} | ||
.consul-external-source.leader::before { | ||
@extend %with-star-outline-mask, %as-pseudo; | ||
} | ||
.consul-external-source.jwt::before { | ||
@extend %with-logo-jwt-color-icon, %as-pseudo; | ||
} | ||
.consul-external-source.oidc::before { | ||
@extend %with-logo-oidc-color-icon, %as-pseudo; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 3 additions & 4 deletions
7
ui/packages/consul-ui/app/components/consul/intention/form/fieldsets/skin.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
.consul-intention-fieldsets { | ||
.value-allow > :last-child::before { | ||
@extend %with-arrow-right-mask, %as-pseudo; | ||
color: rgb(var(--tone-green-500)); | ||
@extend %with-allow-500; | ||
} | ||
.value-deny > :last-child::before { | ||
@extend %with-deny-color-icon, %as-pseudo; | ||
@extend %with-deny-500; | ||
} | ||
.value- > :last-child::before { | ||
@extend %with-layers-mask, %as-pseudo; | ||
@extend %with-l7-500; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2,382 changes: 1,359 additions & 1,023 deletions
2,382
ui/packages/consul-ui/app/styles/base/icons/base-variables.scss
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.