Add custom rules for gateway links on resultLanding page

deprecated-master
Alex Martzios 2 years ago
parent 999d3833d3
commit 28db142aa5

@ -1138,3 +1138,26 @@ a.filterLabel {
width: 1px !important;
white-space: nowrap !important;
}
/* temp custom styles for gateway links on resultLanding */
.custom-list {
list-style: none;
padding-left: 15px;
margin: 10px 0;
}
.custom-list li {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
margin-bottom: 4px;
}
.connect-image {
max-height:100%;
border-radius: 0 4px 4px 0;
}
.border-top {
border-top: 1px solid rgba(0,0,0,0.09);
}
Loading…
Cancel
Save