d0c4312923
* 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
19 lines
351 B
SCSS
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;
|
|
}
|