mirror of
https://github.com/status-im/consul.git
synced 2025-01-17 01:01:14 +00:00
2adfb42bde
* Fix to bottom border not applying to the correct <li> * Create Linked Services tab with styling and tests * Add internal endpoint gateway-services-nodes to the codebase with tests * Upgrade consul-api-double to version 2.15.0
13 lines
269 B
SCSS
13 lines
269 B
SCSS
.consul-service-list > ul {
|
|
@extend %consul-service-list;
|
|
}
|
|
%consul-service-list > li:not(:first-child) {
|
|
@extend %consul-service-row;
|
|
}
|
|
%consul-service-row {
|
|
@extend %composite-row, %with-composite-row-intent;
|
|
}
|
|
%consul-service-row > ul {
|
|
margin-left: 26px;
|
|
}
|