mirror of
https://github.com/fleetdm/fleet
synced 2026-05-18 14:38:53 +00:00
15 lines
223 B
SCSS
15 lines
223 B
SCSS
|
|
.internal-link-cell {
|
||
|
|
|
||
|
|
&__content {
|
||
|
|
font: $x-small;
|
||
|
|
color: $core-vibrant-blue;
|
||
|
|
font-weight: $bold;
|
||
|
|
display: inline-flex;
|
||
|
|
|
||
|
|
&:hover {
|
||
|
|
cursor: pointer;
|
||
|
|
text-decoration: underline;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|