summaryrefslogtreecommitdiff
path: root/public/assets/ok.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/ok.css')
-rw-r--r--public/assets/ok.css18
1 files changed, 7 insertions, 11 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css
index 391a16a..95f5f95 100644
--- a/public/assets/ok.css
+++ b/public/assets/ok.css
@@ -48,7 +48,6 @@ body {
position: absolute;
top: 0;
left: 0;
- background:white;
}
h1 {
@@ -369,21 +368,18 @@ nav b {
.bottom {
float: none;
}
-.bottom *, .top {
- transform:translateY(0px);
- transition:150ms transform, 150ms opacity;
- transition-timing-function: cubic-bezier(0, 0, 0, 1);
- opacity:1;
-}
-.up .showing .bottom > *, .down .showing .top {
- transform:translateY(40px);
+
+.up .showing.item {
+ transform:translateY(-10px);
opacity:0;
+ background:white;
}
-.down .showing .bottom > *, .up .showing .top {
- transform:translateY(-40px);
+.down .showing.item {
+ transform:translateY(10px);
opacity:0;
+ background:white;
}
/* Flickity */