open-consul/ui-v2/app/components/consul/intention/list/components.scss

28 lines
446 B
SCSS
Raw Normal View History

.consul-intention-list {
td.source,
td.destination {
@extend %tbody-th;
}
td strong {
@extend %pill-700;
}
td.intent-allow strong {
@extend %pill-allow;
}
td.intent-deny strong {
@extend %pill-deny;
}
td.intent-l7-rules strong {
@extend %pill-l7;
}
.notice.allow {
@extend %notice-success;
}
.notice.deny {
@extend %notice-error;
}
.notice.permissions {
@extend %notice-info;
}
}