mirror of
https://github.com/fleetdm/fleet
synced 2026-05-19 06:58:30 +00:00
19 lines
301 B
SCSS
19 lines
301 B
SCSS
.view-all-hosts-link {
|
|
@include table-link;
|
|
&__text {
|
|
&--responsive {
|
|
@media (max-width: $break-md) {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
&__condensed {
|
|
margin-right: $pad-medium;
|
|
}
|
|
|
|
// For tabbing through the app
|
|
&:focus-visible.row-hover-link {
|
|
opacity: 1;
|
|
}
|
|
}
|