Kenia 288316432b 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

17 lines
312 B
SCSS

%consul-service-row > a > span:first-child {
margin-right: 4px;
width: 16px;
height: 16px;
}
%consul-service-row > a > span:nth-child(3) {
margin-left: 4px;
width: 16px;
height: 16px;
}
%consul-service-row > a > ul {
margin-left: 26px;
}
%consul-service-row .proxy::before {
margin-right: 4px;
}