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:
parent
0033f53b53
commit
014eecaaa2
1 changed files with 4 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue