mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
transition: bottom .3s, opacity .3s;
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -96,6 +96,7 @@ https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clik
|
||||
font-style: normal;
|
||||
.func-start(50%);
|
||||
opacity: 0;
|
||||
transition: bottom .3s, opacity .3s;
|
||||
|
||||
&::before {
|
||||
.func-padding-end(5px);
|
||||
@@ -104,7 +105,7 @@ https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clik
|
||||
|
||||
&:hover {
|
||||
.copy {
|
||||
transition: bottom .6s, opacity .6s;
|
||||
transition: bottom .3s, opacity .3s;
|
||||
opacity: 0.90;
|
||||
bottom: 16px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user