hubl/src/styles/hubl-framework/links/_index.scss

25 lines
316 B
SCSS
Raw Normal View History

solid-link,
solid-route {
cursor: pointer;
}
2020-12-04 14:44:45 +00:00
.backlink {
color: #636363;
text-decoration: underline;
&::before {
display: inline-block;
font-size: 20px;
margin-right: 10px;
text-decoration: none;
}
&:hover {
text-decoration: none;
}
}
.link {
color: var(--color-secondary);
}