1
0
mirror of synced 2025-12-21 19:06:49 -05:00
Files
docs/components/ui/BumpLink/BumpLink.module.scss
Mike Surowiec 5f5aa0b0d1 BumpLink component (#21033)
* create BumpLink component, re-org components/ui
2021-08-24 11:25:38 -04:00

14 lines
220 B
SCSS

.container:hover .symbol {
opacity: 1;
transform: translateX(3px);
}
.symbol {
display: inline-block;
transform: translateX(0);
color: inherit;
opacity: 0;
transition: 200ms;
transform: translateX(0);
}