fleet/frontend/components/ViewAllHostsLink/_styles.scss

15 lines
248 B
SCSS

.view-all-hosts-link {
@include table-link;
&__text {
&--responsive {
@media (max-width: $break-md) {
display: none;
}
}
}
// For tabbing through the app
&:focus-visible.row-hover-link {
opacity: 1;
}
}