WIP
This commit is contained in:
@@ -10,6 +10,7 @@ $c-tan: #B9AF78;
|
||||
$c-textGrey: #333333;
|
||||
|
||||
$transition-time: 0.3s;
|
||||
$transition-time-slow: 0.75s;
|
||||
|
||||
// Bootstrap overrides
|
||||
$font-family-sans-serif: 'Inter', sans-serif;
|
||||
|
||||
@@ -43,7 +43,7 @@ a {
|
||||
|
||||
.watch-vp {
|
||||
opacity: 0;
|
||||
transition: opacity $transition-time ease;
|
||||
transition: opacity $transition-time-slow ease;
|
||||
|
||||
&.visible {
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user