mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +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 {
|
.title {
|
||||||
opacity: 1;
|
opacity: 0;
|
||||||
transform: translate(0, -2px);
|
transform: translate(0, 10px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@include outer_shadow();
|
@include outer_shadow();
|
||||||
|
@ -92,10 +92,9 @@
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
padding: $gap / 2;
|
padding: $gap / 2;
|
||||||
opacity: 0.2;
|
opacity: 1;
|
||||||
transform: translate(0, 0);
|
transform: translate(0, 0);
|
||||||
transition: opacity 0.5s 0.25s, transform 0.5s;
|
transition: opacity 0.5s, transform 1s;
|
||||||
// max-height: 3.3em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_title {
|
.text_title {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue