openreplay/frontend/app/components/ui/BackLink/backLink.css
2021-05-01 15:12:01 +05:30

6 lines
No EOL
68 B
CSS

.backLink:hover {
color: $teal;
& .icon {
fill: $teal;
}
}