fleet/frontend/components/ViewAllHostsLink/_styles.scss
2025-09-29 12:10:41 -05:00

18 lines
282 B
SCSS

.view-all-hosts-button {
&__text {
&--responsive {
@media (max-width: $break-md) {
display: none;
}
}
}
&__condensed {
margin-right: $pad-medium;
}
// For tabbing through the app
&:focus-visible.row-hover-button {
opacity: 1;
}
}