mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
18 lines
282 B
SCSS
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;
|
|
}
|
|
}
|