mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
relates to #19555 This fixes various icon misalignments on the dashboard page. **before:**  **after:**  - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [x] Manual QA for all new/changed functionality
15 lines
244 B
SCSS
15 lines
244 B
SCSS
.internal-link-cell {
|
|
|
|
&__content {
|
|
font: $x-small;
|
|
color: $core-vibrant-blue;
|
|
font-weight: $bold;
|
|
display: inline-flex;
|
|
gap: $pad-small;
|
|
|
|
&:hover {
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|