mirror of
https://github.com/status-im/consul.git
synced 2025-03-03 23:00:44 +00:00
* ui: Use new icon-size and icon-color for popover-menus * Remove the default currentColor plus add some more defaults * Undo transparency overwrites now we don't need them * Fixup discochain icons * Undo a default icon rule for vert align * Fixup expanded icon for meatball popovers * Fixup intention permission labels/badges/icons * Remove different res icon * Remove icon resolutions
37 lines
845 B
SCSS
37 lines
845 B
SCSS
@import './skin';
|
|
@import './layout';
|
|
span.policy-service-identity,
|
|
span.policy-node-identity,
|
|
.leader,
|
|
.consul-auth-method-type,
|
|
.topology-metrics-source-type,
|
|
.consul-transparent-proxy {
|
|
@extend %pill-200, %frame-gray-600;
|
|
}
|
|
span.policy-service-identity::before,
|
|
span.policy-node-identity::before {
|
|
vertical-align: unset;
|
|
}
|
|
span.policy-node-identity::before {
|
|
content: 'Node Identity: ';
|
|
}
|
|
span.policy-service-identity::before {
|
|
content: 'Service Identity: ';
|
|
}
|
|
%pill.leader::before {
|
|
@extend %with-star-outline-mask, %as-pseudo;
|
|
}
|
|
%pill.jwt::before {
|
|
@extend %with-logo-jwt-color-icon, %as-pseudo;
|
|
}
|
|
%pill.oidc::before {
|
|
@extend %with-logo-oidc-color-icon, %as-pseudo;
|
|
}
|
|
%pill.kubernetes::before {
|
|
@extend %with-logo-kubernetes-color-icon, %as-pseudo;
|
|
}
|
|
%pill.aws-iam::before {
|
|
--icon-name: icon-aws-color;
|
|
content: '';
|
|
}
|