mirror of https://github.com/status-im/consul.git
10 lines
236 B
SCSS
10 lines
236 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;
|
||
|
}
|