Mostly done

This commit is contained in:
Schmelczer András 2019-12-29 15:30:41 +01:00
parent 632a7703ff
commit 10015a4ebe
23 changed files with 258 additions and 158 deletions

View file

@ -12,7 +12,7 @@ a {
$border-shift: 10px;
transition: transform $slow-transition-time;
transition: transform $long-transition-time;
$dot-size: 4px;
&:before {
@ -38,7 +38,7 @@ a {
width: calc(100% + #{$border-shift});
z-index: 0;
border-bottom: $dot-size dotted $accent-color;
transition: transform $slow-transition-time;
transition: transform $long-transition-time;
}
&:hover {