Edit link and button style

This commit is contained in:
Paul Nicoué 2023-02-02 17:31:30 +01:00
parent 596a26537b
commit fdaf3240d3
2 changed files with 14 additions and 5 deletions

View file

@ -2,7 +2,16 @@
// ANIMATIONS
// --------------------------------------------------
@keyframes expand-outline {
@keyframes expand-outline-2px {
0% {
outline-offset: 0;
}
100% {
outline-offset: 2px;
}
}
@keyframes expand-outline-4px {
0% {
outline-offset: 0;
}