consul/ui-v2/app/styles/components/consul-service-list.scss
Kenia f39671d568 ui: Redesign Service List page (#7605)
* 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
2020-05-12 17:14:25 +00:00

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;
}