mirror of
https://github.com/status-im/consul.git
synced 2025-02-03 09:24:25 +00:00
288316432b
* Create ConsulExternalSource with test and styling * Implement ConsulExternalSource to Service list page * Update icons for redesign * Refactor ListCollection and CompositeRow styling
17 lines
312 B
SCSS
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;
|
|
}
|