open-consul/ui-v2/app/styles/components/composite-row/skin.scss
Kenia b43ecb8fa7 ui: Redesign - Create ConsulExternalSource (#7632)
* Create ConsulExternalSource with test and styling

* Implement ConsulExternalSource to Service list page

* Update icons for redesign

* Refactor ListCollection and CompositeRow styling
2020-05-12 17:14:25 +00:00

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