mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Website.git
synced 2025-10-13 00:42:53 +00:00
About, privacy policy and terms of use pages added
This commit is contained in:
@@ -33,8 +33,8 @@ img {
|
||||
}
|
||||
|
||||
.fade-in {
|
||||
-webkit-animation: fade-in 0.5s ease-in-out both;
|
||||
animation: fade-in 0.5s ease-in-out both;
|
||||
-webkit-animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
|
||||
animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------
|
||||
@@ -65,8 +65,8 @@ img {
|
||||
}
|
||||
}
|
||||
.fade-out {
|
||||
-webkit-animation: fade-out 1s ease-in-out both;
|
||||
animation: fade-out 1s ease-in-out both;
|
||||
-webkit-animation: fade-out 1s ease-out both;
|
||||
animation: fade-out 1s ease-out both;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user