consul/ui-v2/app/styles/components/consul-service-instance-list.scss
Kenia 4b2ff91b45 ui: Redesign - Instance Detail Proxy Info tab (#7745)
* Fix clickFirstAnchor bug

* Create Proxy Info Tab for Instance Detail Page

* Create tests for ProxyInfo and update other scenarios with Proxy data

* ui: Refactors our app-view/%app-view component (#7752)

Co-authored-by: John Cowen <johncowen@users.noreply.github.com>
2020-05-12 17:14:46 +00:00

10 lines
264 B
SCSS

.consul-service-instance-list > ul {
@extend %consul-service-instance-list;
}
%consul-service-instance-list > li:not(:first-child) {
@extend %consul-service-instance-row;
}
%consul-service-instance-row {
@extend %composite-row, %with-composite-row-intent;
}