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:
parent
94ac596b92
commit
9498c7b7a0
12 changed files with 199 additions and 26 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue