mirror of
https://github.com/fleetdm/fleet
synced 2026-05-09 10:11:03 +00:00
20 lines
344 B
SCSS
20 lines
344 B
SCSS
.internal-link-cell {
|
|
&__content {
|
|
font-size: $x-small;
|
|
color: $core-vibrant-blue;
|
|
font-weight: $bold;
|
|
display: inline-flex;
|
|
gap: $pad-small;
|
|
|
|
span {
|
|
display: inline-flex;
|
|
gap: $pad-small;
|
|
align-items: center;
|
|
}
|
|
|
|
&:hover {
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|