[#75] added option to test s3 connection and send test emails
This commit is contained in:
@@ -692,3 +692,17 @@ a,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// base entrance animations
|
||||
.entrance-top {
|
||||
animation: entranceTop var(--entranceAnimationSpeed);
|
||||
}
|
||||
.entrance-bottom {
|
||||
animation: entranceBottom var(--entranceAnimationSpeed);
|
||||
}
|
||||
.entrance-left {
|
||||
animation: entranceLeft var(--entranceAnimationSpeed);
|
||||
}
|
||||
.entrance-right {
|
||||
animation: entranceRight var(--entranceAnimationSpeed);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user