fleet/frontend/components/TableContainer/DataTable/InternalLinkCell/_styles.scss

16 lines
244 B
SCSS
Raw Normal View History

.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;
}
}
}