mirror of
https://github.com/status-im/consul.git
synced 2025-02-25 11:55:41 +00:00
* 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>
10 lines
264 B
SCSS
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;
|
|
}
|