WIP
This commit is contained in:
@@ -40,3 +40,12 @@ a {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.watch-vp {
|
||||
opacity: 0;
|
||||
transition: opacity $transition-time ease;
|
||||
|
||||
&.visible {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user