consul/ui-v2/app/styles/components/consul-service-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

13 lines
251 B
SCSS

.consul-service-list > ul {
@extend %consul-service-list;
}
%consul-service-list > li {
@extend %consul-service-row;
}
%consul-service-row {
@extend %composite-row, %with-composite-row-intent;
}
%consul-service-row > ul {
margin-left: 26px;
}