Files
karma/ui/src/Styles/Components/_Annotation.scss
2021-12-28 17:34:07 +00:00

16 lines
300 B
SCSS

.components-grid-annotation {
font-size: 0.85rem;
color: $body-color;
}
.components-grid-annotation-link {
text-decoration: none;
color: $link-color;
&.border {
border-color: $annotation-link-border !important;
}
}
.components-grid-annotation-link:hover {
text-decoration: none;
}