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

several bug fixes

This commit is contained in:
Fedor Katurov 2019-11-15 13:36:13 +07:00
parent f23b9166e1
commit 11348aa411
13 changed files with 281 additions and 110 deletions

View file

@ -1,30 +1,34 @@
@keyframes fade {
0% {
opacity: 0.25;
// opacity: 0.25;
}
100% {
opacity: 0.1;
// opacity: 0.1;
}
}
.wrap {
user-select: none;
height: 300px;
overflow: hidden;
position: relative;
@include after_shade($node_bg);
// @include after_shade($node_bg);
&:global(.is_loading) {
opacity: 1;
.card {
background: $placeholder_bg;
animation: fade 0.5s infinite alternate;
}
}
}
.card {
opacity: 0.2;
opacity: 0.3;
border-radius: $radius;
height: 96px;
background: $comment_bg;
background: $placeholder_bg;
display: flex;
align-items: center;
justify-content: center;
@ -33,7 +37,7 @@
color: transparentize(white, 0.5);
flex: 0 0 $comment_height;
@include outer_shadow();
// @include outer_shadow();
&:nth-child(2) {
// animation-delay: -300ms !important;