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

search load more

This commit is contained in:
Fedor Katurov 2020-04-18 18:07:39 +07:00
parent 94ac596b92
commit 9498c7b7a0
12 changed files with 199 additions and 26 deletions

View file

@ -12,6 +12,7 @@
flex-direction: column;
flex: 1;
border-radius: $radius;
overflow: hidden;
@include outer_shadow();
}
@ -21,6 +22,7 @@
flex: 1;
display: flex;
flex-direction: column;
overflow: hidden;
}
.label {
@ -38,6 +40,10 @@
color: white;
padding-left: $gap * 1.2;
}
& > :global(.line) {
margin-right: $gap;
}
}
.label_text {