consul/ui-v2/app/styles/components/consul-service-list/layout.scss

22 lines
484 B
SCSS
Raw Normal View History

%consul-service-list {
// Used for every DOM-Recycle scroll pane
// TODO: Refactor to have all this DOM-Recycle styling in one place
overflow-x: hidden !important;
}
%consul-service-row > a > span:first-child {
margin-right: 4px;
width: 18px;
height: 18px;
}
%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;
}