mirror of
https://github.com/prymitive/karma
synced 2026-05-23 04:42:58 +00:00
16 lines
300 B
SCSS
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;
|
|
}
|