You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Fastfix
This commit is contained in:
4
docs/docusaurus/src/css/custom.css
vendored
4
docs/docusaurus/src/css/custom.css
vendored
@@ -448,7 +448,7 @@ li > a.menu__link {
|
|||||||
|
|
||||||
.falling-icon {
|
.falling-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -20px;
|
top: -50px;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: auto;
|
height: auto;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@@ -460,7 +460,7 @@ li > a.menu__link {
|
|||||||
|
|
||||||
@keyframes falling {
|
@keyframes falling {
|
||||||
0% {
|
0% {
|
||||||
transform: translateY(-20px) ;
|
transform: translateY(-30px) ;
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
}
|
}
|
||||||
31% {
|
31% {
|
||||||
|
Reference in New Issue
Block a user