Mostly done
This commit is contained in:
parent
632a7703ff
commit
10015a4ebe
23 changed files with 258 additions and 158 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue