1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

changed cell appearance

This commit is contained in:
Fedor Katurov 2020-06-26 17:27:33 +07:00
parent 0033f53b53
commit 014eecaaa2

View file

@ -30,8 +30,8 @@
}
.title {
opacity: 1;
transform: translate(0, -2px);
opacity: 0;
transform: translate(0, 10px);
}
}
@include outer_shadow();
@ -92,10 +92,9 @@
.title {
padding: $gap / 2;
opacity: 0.2;
opacity: 1;
transform: translate(0, 0);
transition: opacity 0.5s 0.25s, transform 0.5s;
// max-height: 3.3em;
transition: opacity 0.5s, transform 1s;
}
.text_title {