Line 97: | Line 97: | ||
overflow: hidden; | overflow: hidden; | ||
line-height: 0.75; | line-height: 0.75; | ||
− | color: | + | color: black; |
− | + | .link--kukuri:hover { | |
color: #b2b0a9; | color: #b2b0a9; | ||
} | } | ||
− | + | .link--kukuri::after { | |
content: ''; | content: ''; | ||
position: absolute; | position: absolute; | ||
Line 115: | Line 115: | ||
transition-timing-function: cubic-bezier(0.7,0,0.3,1); | transition-timing-function: cubic-bezier(0.7,0,0.3,1); | ||
} | } | ||
− | + | .link--kukuri:hover::after { | |
transform: translate3d(100%,0,0); | transform: translate3d(100%,0,0); | ||
} | } | ||
− | + | .link--kukuri::before{ | |
content: attr(data-letters); | content: attr(data-letters); | ||
position: absolute; | position: absolute; | ||
Line 128: | Line 128: | ||
transition: width 0.4s 0.3s; | transition: width 0.4s 0.3s; | ||
} | } | ||
− | + | .link--kukuri:hover::before { | |
width: 100%; | width: 100%; | ||
} | } |
Revision as of 08:11, 23 October 2017