underline txt

This commit is contained in:
2020-01-22 18:41:28 +01:00
parent bd8883b390
commit d69cc34fea
4 changed files with 27 additions and 4 deletions
@@ -80,6 +80,23 @@ $animate: all 0.2s ease-in-out;
opacity: 0;
transition: 0.3s opacity ease;
}
#item_list{
p{
& > a {
cursor: pointer;
&:before,
&:after {
width: 100%;
opacity: 1;
}
&:before,
&:after {
width: 50%;
}
}
}
}
}
.circle_hover{