mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
f39671d568
* Create GridCollection for nodes page with styling * Update ListCollection styling * Update TagList styling * Create CompositeRow styling component * Update ConsulServiceList component with styling * Create service health-checks helper * Add InstanceCount to the service model * Add tag-svg to codebase * Create and update tests for service-list page * Upgrade @hashicorp/consul-api-double to 2.14.0
12 lines
213 B
SCSS
12 lines
213 B
SCSS
@import './consul-service-list/index';
|
|
|
|
.consul-service-list > ul {
|
|
@extend %consul-service-list;
|
|
}
|
|
%consul-service-list > li {
|
|
@extend %consul-service-row;
|
|
}
|
|
%consul-service-row {
|
|
@extend %composite-row;
|
|
}
|