open-consul/ui-v2/app/styles/components/composite-row/skin.scss
Kenia d0c4312923 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

19 lines
351 B
SCSS

%composite-row {
list-style-type: none;
}
%composite-row a {
border-top-color: $gray-200;
border-right-color: transparent;
border-left-color: transparent;
}
%composite-row-intent {
border-color: $gray-200;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
%composite-row-header {
color: $black;
}
%composite-row-detail {
color: $gray-500;
}