mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 10:22:53 +00:00
too many changes - load posts now
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
/* Effect 1: Brackets */
|
||||
.link{
|
||||
.link {
|
||||
position: relative;
|
||||
|
||||
&:before{
|
||||
&:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
@@ -16,10 +15,9 @@
|
||||
-webkit-transition: all 0.2s ease-in-out 0s;
|
||||
transition: all 0.2s ease-in-out 0s;
|
||||
}
|
||||
|
||||
&:hover:before{
|
||||
&:hover:before {
|
||||
visibility: visible;
|
||||
-webkit-transform: scaleX(1);
|
||||
transform: scaleX(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user