Skip to content
Snippets Groups Projects
Unverified Commit caa5578e authored by Alexis BENOIT's avatar Alexis BENOIT Committed by GitHub
Browse files

Ajout des flèches sur les programmes dans un diplôme (#918)

parent 41e7f094
No related branches found
No related tags found
No related merge requests found
......@@ -95,8 +95,14 @@ ul.diplomas
align-items: start
position: relative
a.title
@include icon(arrow-right-line, after, true)
opacity: 0
transition: opacity 0.55s
@include stretched-link(before)
position: initial
&:hover
&::after
opacity: 1
@include media-breakpoint-down(desktop)
margin-right: $spacing-2
&::after
......
......@@ -59,7 +59,7 @@
border-color: transparent
color: var(--color-background)
@mixin arrow-right-hover($target: &, $size: pxToRem(40))
@mixin arrow-right-hover($target: "&", $size: pxToRem(40))
#{$target}
position: relative
display: flex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment