mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
4b2ff91b45
* 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>
13 lines
251 B
SCSS
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;
|
|
}
|