b43ecb8fa7
* Create ConsulExternalSource with test and styling * Implement ConsulExternalSource to Service list page * Update icons for redesign * Refactor ListCollection and CompositeRow styling
20 lines
385 B
SCSS
20 lines
385 B
SCSS
%composite-row {
|
|
list-style-type: none;
|
|
}
|
|
%composite-row a {
|
|
border-top-color: $gray-200;
|
|
border-bottom-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;
|
|
}
|