init
This commit is contained in:
commit
58842c665e
69 changed files with 8357 additions and 0 deletions
15
components/_linkfx.scss
Normal file
15
components/_linkfx.scss
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.component-linkfx {
|
||||
&:before {
|
||||
position: absolute;
|
||||
content: '';
|
||||
bottom: .29rem;
|
||||
border-bottom: 1px solid currentColor;
|
||||
width: 0;
|
||||
height: 1px;
|
||||
transition: width .25s;
|
||||
}
|
||||
|
||||
&:hover:before {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue