From 230e3549a7f49058b95ac2cd999547ba2dad1431 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Mon, 13 Jul 2020 11:13:40 +0700 Subject: [PATCH] disabled title disappearance --- src/components/flow/Cell/styles.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/flow/Cell/styles.scss b/src/components/flow/Cell/styles.scss index afad87d3..8f215692 100644 --- a/src/components/flow/Cell/styles.scss +++ b/src/components/flow/Cell/styles.scss @@ -30,8 +30,8 @@ } .title { - opacity: 0; - transform: translate(0, 10px); + //opacity: 0; + //transform: translate(-3px, 3px); } } @include outer_shadow();