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.css22
1 files changed, 8 insertions, 14 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css
index c6d48da..3670770 100644
--- a/public/assets/ok.css
+++ b/public/assets/ok.css
@@ -376,22 +376,18 @@ nav b {
left: 0;
background: white;
}
-.bottom * {
- transform:translateY(0px);
- transition:150ms transform, 150ms opacity;
- transition-timing-function: cubic-bezier(0, 0, 0, 1);
- opacity:1;
-}
-.showing .bottom > * {
- transform:translateY(20px);
+.up .showing.item {
+ transform:translateY(-10px);
+ opacity:0;
+ background:white;
}
-.hiding .bottom > * {
- transform:translateY(-20px);
+.down .showing.item {
+ transform:translateY(10px);
opacity:0;
-
+ background:white;
}
/* Flickity */
@@ -574,9 +570,7 @@ ul li {
}
@media (min-width: 1300px) {
- .bottom {
- padding: 7px 0 8px 0;
- }
+
.texts {
font-size: 13px;
line-height: 16px;